diff --git a/AssemblyInfo.global.cs b/AssemblyInfo.global.cs index c350959f38..10872e1f44 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.6")] -[assembly: AssemblyFileVersion("3.2.1.6")] -[assembly: AssemblyInformationalVersion("3.2.1.6")] +[assembly: AssemblyVersion("3.2.1.7")] +[assembly: AssemblyFileVersion("3.2.1.7")] +[assembly: AssemblyInformationalVersion("3.2.1.7")] [assembly: InternalsVisibleTo("TGS.Tests")]