Version bump to 3.2.2.2 [TGSDeploy]

This commit is contained in:
Jordan Brown
2018-04-27 10:17:34 -04:00
committed by GitHub
parent 1a31e0ba54
commit d35693d554
+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.2.1")]
[assembly: AssemblyFileVersion("3.2.2.1")]
[assembly: AssemblyInformationalVersion("3.2.2.1")]
[assembly: AssemblyVersion("3.2.2.2")]
[assembly: AssemblyFileVersion("3.2.2.2")]
[assembly: AssemblyInformationalVersion("3.2.2.2")]
[assembly: InternalsVisibleTo("TGS.Tests")]