From 8ef3326a67180e679b5ff94011e0e1ce499f8f73 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 3 Dec 2017 17:16:39 -0500 Subject: [PATCH] Version bump to 3.2.1.1 [TGSDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index 1a3299ad00..c2b6be4c1a 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.0")] -[assembly: AssemblyFileVersion("3.2.1.0")] -[assembly: AssemblyInformationalVersion("3.2.1.0")] +[assembly: AssemblyVersion("3.2.1.1")] +[assembly: AssemblyFileVersion("3.2.1.1")] +[assembly: AssemblyInformationalVersion("3.2.1.1")] [assembly: InternalsVisibleTo("TGS.Tests")]