diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index 4d1e48168d..1f9a08320e 100644 --- a/AssemblyInfo.global.cs +++ b/AssemblyInfo.global.cs @@ -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")]