From 2a6b994f67d99966ea4e77595417468d4f4e50d1 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 11 Jan 2018 10:51:35 -0500 Subject: [PATCH] Version bump to 3.2.1.11 [TGSDeploy] --- AssemblyInfo.global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index 4d583e474b1..6ab8c9371cc 100644 --- a/AssemblyInfo.global.cs +++ b/AssemblyInfo.global.cs @@ -3,8 +3,8 @@ //You cannot one definition the version number //Believe me, I've tried, the compiler hates it so much -[assembly: AssemblyVersion("3.2.1.10")] -[assembly: AssemblyFileVersion("3.2.1.10")] -[assembly: AssemblyInformationalVersion("3.2.1.10")] +[assembly: AssemblyVersion("3.2.1.11")] +[assembly: AssemblyFileVersion("3.2.1.11")] +[assembly: AssemblyInformationalVersion("3.2.1.11")] [assembly: InternalsVisibleTo("TGS.Tests")]