Version bump to 3.2.3.7 [TGSDeploy]

This commit is contained in:
Jordan Brown
2018-07-30 13:05:33 -04:00
committed by GitHub
parent fd4795bcde
commit 64ba5706c2
+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.3.6")]
[assembly: AssemblyFileVersion("3.2.3.6")]
[assembly: AssemblyInformationalVersion("3.2.3.6")]
[assembly: AssemblyVersion("3.2.3.7")]
[assembly: AssemblyFileVersion("3.2.3.7")]
[assembly: AssemblyInformationalVersion("3.2.3.7")]
[assembly: InternalsVisibleTo("TGS.Tests")]