From f024c0c7016ef2b1dac72120689dd333863ea087 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 27 Feb 2018 21:07:34 -0500 Subject: [PATCH] Version bump to 3.2.1.15 [TGSDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index 1f9a08320e..580f31beb3 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.14")] -[assembly: AssemblyFileVersion("3.2.1.14")] -[assembly: AssemblyInformationalVersion("3.2.1.14")] +[assembly: AssemblyVersion("3.2.1.15")] +[assembly: AssemblyFileVersion("3.2.1.15")] +[assembly: AssemblyInformationalVersion("3.2.1.15")] [assembly: InternalsVisibleTo("TGS.Tests")]