Version bump to 3.2.1.15 [TGSDeploy]

This commit is contained in:
Jordan Brown
2018-02-27 21:07:34 -05:00
committed by GitHub
parent d737cdfd6a
commit f024c0c701
+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.14")]
[assembly: AssemblyFileVersion("3.2.1.14")]
[assembly: AssemblyInformationalVersion("3.2.1.14")]
[assembly: AssemblyVersion("3.2.1.15")]
[assembly: AssemblyFileVersion("3.2.1.15")]
[assembly: AssemblyInformationalVersion("3.2.1.15")]
[assembly: InternalsVisibleTo("TGS.Tests")]