From b510b66cf678393b3510af2e8c0fa2e16b8da7bf Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 11 Feb 2018 23:24:48 -0500 Subject: [PATCH] Version bump to 3.2.1.12 [TGSDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index 6ab8c9371c..fc87b0c1e5 100644 --- a/AssemblyInfo.global.cs +++ b/AssemblyInfo.global.cs @@ -3,8 +3,8 @@ using System.Runtime.CompilerServices; //You cannot one definition the version number //Believe me, I've tried, the compiler hates it so much -[assembly: AssemblyVersion("3.2.1.11")] -[assembly: AssemblyFileVersion("3.2.1.11")] -[assembly: AssemblyInformationalVersion("3.2.1.11")] +[assembly: AssemblyVersion("3.2.1.12")] +[assembly: AssemblyFileVersion("3.2.1.12")] +[assembly: AssemblyInformationalVersion("3.2.1.12")] [assembly: InternalsVisibleTo("TGS.Tests")]