diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs
index d73061c36d524f677c5b99abd36af77cde2c6177..01367dbb373629170d951a9054559c2ade03a0b7 100644
--- a/VectoConsole/Properties/Version.cs
+++ b/VectoConsole/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.3.628")]
-[assembly: AssemblyFileVersion("3.0.3.628")]
+[assembly: AssemblyVersion("3.1.0.652")]
+[assembly: AssemblyFileVersion("3.1.0.652")]
diff --git a/VectoConsole/Properties/Version.tt b/VectoConsole/Properties/Version.tt
index fe770d6232cf5af0b90e43a9176273f4a6ca9683..26ca3f8d53f73b12b72d686e2aeef7146fee3366 100644
--- a/VectoConsole/Properties/Version.tt
+++ b/VectoConsole/Properties/Version.tt
@@ -32,8 +32,8 @@
 <#@ template language="C#" #>
 <#@ output extension=".cs"#>
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.3.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("3.0.3.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("3.1.0.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("3.1.0.<#= this.RevisionNumber #>")]
 <#+ 
 	int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015, 1, 1)).TotalDays; 
 #>
\ No newline at end of file
diff --git a/VectoCore/VectoCore/Properties/Version.cs b/VectoCore/VectoCore/Properties/Version.cs
index a07564838339dd59a0908c69fd7fad380ba2b4b4..8d7f8abc3f35d821897327aa32e4a8ef95978e80 100644
--- a/VectoCore/VectoCore/Properties/Version.cs
+++ b/VectoCore/VectoCore/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.90.628")]
-[assembly: AssemblyFileVersion("3.0.90.628")]
+[assembly: AssemblyVersion("3.1.0.652")]
+[assembly: AssemblyFileVersion("3.1.0.652")]
diff --git a/VectoCore/VectoCore/Properties/Version.tt b/VectoCore/VectoCore/Properties/Version.tt
index 582ce5ad272d32af247eb8fdfa0638cf269293ad..c3606ca2564c5d24768f54cf1370e720d8e88dfe 100644
--- a/VectoCore/VectoCore/Properties/Version.tt
+++ b/VectoCore/VectoCore/Properties/Version.tt
@@ -32,8 +32,8 @@
 <#@ template language="C#" #>
 <#@ output extension=".cs"#>
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.90.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("3.0.90.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("3.1.0.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("3.1.0.<#= this.RevisionNumber #>")]
 <#+ 
 	int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015, 1, 1)).TotalDays; 
 #>
\ No newline at end of file