Version bump to 3.2.1.11 [TGSDeploy]

This commit is contained in:
Jordan Brown
2018-01-11 10:51:35 -05:00
committed by GitHub
parent 169cd38d6e
commit 2a6b994f67
+3 -3
View File
@@ -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.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")]