From c418a2ad15b81c7f2e8a7306e2583b18f2406e63 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 8 Oct 2017 15:44:07 -0400 Subject: [PATCH] Version bump to 3.1.2.2 [TGSDeploy] --- Version.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Version.cs b/Version.cs index 37c2c46c92..29d52bda09 100644 --- a/Version.cs +++ b/Version.cs @@ -12,6 +12,6 @@ using System.Reflection; // [assembly: AssemblyVersion("1.0.*")] //It's impossible to make these a define, don't say I didn't warn you -[assembly: AssemblyVersion("3.1.2.1")] -[assembly: AssemblyFileVersion("3.1.2.1")] -[assembly: AssemblyInformationalVersion("3.1.2.1")] +[assembly: AssemblyVersion("3.1.2.2")] +[assembly: AssemblyFileVersion("3.1.2.2")] +[assembly: AssemblyInformationalVersion("3.1.2.2")]