From 23bbdee2f40716b6d7eefc3d12618d10436240f0 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Fri, 31 Oct 2014 16:51:14 -0400 Subject: [PATCH] version++ --- newrelic_perfmon_plugin/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newrelic_perfmon_plugin/Properties/AssemblyInfo.cs b/newrelic_perfmon_plugin/Properties/AssemblyInfo.cs index 0df7627..67ca6d6 100644 --- a/newrelic_perfmon_plugin/Properties/AssemblyInfo.cs +++ b/newrelic_perfmon_plugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.3.11.0")] -[assembly: AssemblyFileVersion("0.3.11.0")] +[assembly: AssemblyVersion("0.3.12.0")] +[assembly: AssemblyFileVersion("0.3.12.0")]