From 64ba5706c23cd7cc840afa863c511ee7dd7bd3ba Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 30 Jul 2018 13:05:33 -0400 Subject: [PATCH] Version bump to 3.2.3.7 [TGSDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index 13e2136663..333df9ca5d 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.3.6")] -[assembly: AssemblyFileVersion("3.2.3.6")] -[assembly: AssemblyInformationalVersion("3.2.3.6")] +[assembly: AssemblyVersion("3.2.3.7")] +[assembly: AssemblyFileVersion("3.2.3.7")] +[assembly: AssemblyInformationalVersion("3.2.3.7")] [assembly: InternalsVisibleTo("TGS.Tests")]