From 324b6b05fc4a4ed04c51b4bca63eadd4a2deb266 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 15 Jul 2018 17:58:28 -0400 Subject: [PATCH] Version bump to 3.2.3.4 [TGSDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index 73a0f54936..ec8ca78134 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.3")] -[assembly: AssemblyFileVersion("3.2.3.3")] -[assembly: AssemblyInformationalVersion("3.2.3.3")] +[assembly: AssemblyVersion("3.2.3.4")] +[assembly: AssemblyFileVersion("3.2.3.4")] +[assembly: AssemblyInformationalVersion("3.2.3.4")] [assembly: InternalsVisibleTo("TGS.Tests")]