From 0ef5888437e17536e4eabdde7ecb9b12b3cace39 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 12 Jul 2018 12:23:40 -0400 Subject: [PATCH] Version bump to 3.2.3.3 [TGSDeploy] [NugetDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index 58b068390b..73a0f54936 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.2")] -[assembly: AssemblyFileVersion("3.2.3.2")] -[assembly: AssemblyInformationalVersion("3.2.3.2")] +[assembly: AssemblyVersion("3.2.3.3")] +[assembly: AssemblyFileVersion("3.2.3.3")] +[assembly: AssemblyInformationalVersion("3.2.3.3")] [assembly: InternalsVisibleTo("TGS.Tests")]