From e54fcbf56cc5d8aab372e4f0b967236ecb84da71 Mon Sep 17 00:00:00 2001 From: Sunrunner37 Date: Sun, 8 Mar 2020 14:24:17 -0700 Subject: [PATCH] Incrementing version number --- AssemblyInfoCommon.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AssemblyInfoCommon.cs b/AssemblyInfoCommon.cs index 587d60e52f..1bb4cb3ce9 100644 --- a/AssemblyInfoCommon.cs +++ b/AssemblyInfoCommon.cs @@ -33,5 +33,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("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.0.1")] +[assembly: AssemblyFileVersion("1.2.0.1")]