Version bump to 3.2.1.1 [TGSDeploy]

This commit is contained in:
Jordan Brown
2017-12-03 17:16:39 -05:00
committed by GitHub
parent 7e9ef88655
commit 8ef3326a67
+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.0")]
[assembly: AssemblyFileVersion("3.2.1.0")]
[assembly: AssemblyInformationalVersion("3.2.1.0")]
[assembly: AssemblyVersion("3.2.1.1")]
[assembly: AssemblyFileVersion("3.2.1.1")]
[assembly: AssemblyInformationalVersion("3.2.1.1")]
[assembly: InternalsVisibleTo("TGS.Tests")]