Version bump to 3.2.3.4 [TGSDeploy]

This commit is contained in:
Jordan Brown
2018-07-15 17:58:28 -04:00
committed by GitHub
parent d494dc0867
commit 324b6b05fc
+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.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")]