From b8e898ce8c1ec65028d9105bc0c8eb8634c549a2 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 25 Nov 2017 17:39:50 -0500 Subject: [PATCH] Version bump to 3.2.0.15 [TGSDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index eab3bdd1bb..5bf80c8767 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.14")] -[assembly: AssemblyFileVersion("3.2.0.14")] -[assembly: AssemblyInformationalVersion("3.2.0.14")] +[assembly: AssemblyVersion("3.2.0.15")] +[assembly: AssemblyFileVersion("3.2.0.15")] +[assembly: AssemblyInformationalVersion("3.2.0.15")] [assembly: InternalsVisibleTo("TGS.Tests")]