From c144f4743b08f53d26001fa74a02ccd1ba81df2e Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 8 Dec 2017 16:53:49 -0500 Subject: [PATCH] Version bump to 3.2.1.6 [TGSDeploy] [NugetDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index 65f2255439..c350959f38 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.5")] -[assembly: AssemblyFileVersion("3.2.1.5")] -[assembly: AssemblyInformationalVersion("3.2.1.5")] +[assembly: AssemblyVersion("3.2.1.6")] +[assembly: AssemblyFileVersion("3.2.1.6")] +[assembly: AssemblyInformationalVersion("3.2.1.6")] [assembly: InternalsVisibleTo("TGS.Tests")]