Version bump to 3.2.0.15 [TGSDeploy]

This commit is contained in:
Jordan Brown
2017-11-25 17:39:50 -05:00
committed by GitHub
parent eafe54cbbd
commit b8e898ce8c
+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.0.14")]
[assembly: AssemblyFileVersion("3.2.0.14")]
[assembly: AssemblyInformationalVersion("3.2.0.14")]
[assembly: AssemblyVersion("3.2.0.15")]
[assembly: AssemblyFileVersion("3.2.0.15")]
[assembly: AssemblyInformationalVersion("3.2.0.15")]
[assembly: InternalsVisibleTo("TGS.Tests")]