Version bump to 3.2.1.14 [TGSDeploy]

This commit is contained in:
Jordan Brown
2018-02-25 19:40:41 -05:00
committed by GitHub
parent 058ebcfe68
commit 3be3ebef15
+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.13")]
[assembly: AssemblyFileVersion("3.2.1.13")]
[assembly: AssemblyInformationalVersion("3.2.1.13")]
[assembly: AssemblyVersion("3.2.1.14")]
[assembly: AssemblyFileVersion("3.2.1.14")]
[assembly: AssemblyInformationalVersion("3.2.1.14")]
[assembly: InternalsVisibleTo("TGS.Tests")]