From 2319a1e68197ccadf9865a2efa449942fdd06d3e Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 15 Nov 2017 02:32:56 -0500 Subject: [PATCH] Version bump to 3.2.0.9 [TGSDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index bd3ac8c584..d98b3bd0f7 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.0.8")] -[assembly: AssemblyFileVersion("3.2.0.8")] -[assembly: AssemblyInformationalVersion("3.2.0.8")] +[assembly: AssemblyVersion("3.2.0.9")] +[assembly: AssemblyFileVersion("3.2.0.9")] +[assembly: AssemblyInformationalVersion("3.2.0.9")] [assembly: InternalsVisibleTo("TGS.Tests")]