Updated version to 1.2
authorVaron <varon@users.noreply.github.com>
Wed, 25 May 2016 22:25:10 +0000 (00:25 +0200)
committerVaron <varon@users.noreply.github.com>
Wed, 25 May 2016 22:25:10 +0000 (00:25 +0200)
Source/Build.UpdateVersion/Program.cs

index 47c27b8..56398e2 100644 (file)
@@ -34,7 +34,7 @@ namespace Build.UpdateVersion
     class Program
     {
         const string Major = "1";
-        const string Minor = "1";
+        const string Minor = "2";
 
         static string RootDirectory;
         static string SourceDirectory;