diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs
index 1a08bbc2a5390e698206338d6e2335117df5eb9a..e99a7e338db7dcd602aac93947ef9d93423e2dcd 100644
--- a/VectoConsole/Properties/Version.cs
+++ b/VectoConsole/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.2.495")]
-[assembly: AssemblyFileVersion("3.0.2.495")]
+[assembly: AssemblyVersion("3.0.3.495")]
+[assembly: AssemblyFileVersion("3.0.3.495")]
diff --git a/VectoConsole/Properties/Version.tt b/VectoConsole/Properties/Version.tt
index 557542222cf70fb8f61530345709af8db611f7f1..fc2d8391c20fffba2128046087791637d42f2942 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.2.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("3.0.2.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("3.0.3.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("3.0.3.<#= 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 1a08bbc2a5390e698206338d6e2335117df5eb9a..e99a7e338db7dcd602aac93947ef9d93423e2dcd 100644
--- a/VectoCore/VectoCore/Properties/Version.cs
+++ b/VectoCore/VectoCore/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.2.495")]
-[assembly: AssemblyFileVersion("3.0.2.495")]
+[assembly: AssemblyVersion("3.0.3.495")]
+[assembly: AssemblyFileVersion("3.0.3.495")]
diff --git a/VectoCore/VectoCore/Properties/Version.tt b/VectoCore/VectoCore/Properties/Version.tt
index 557542222cf70fb8f61530345709af8db611f7f1..fc2d8391c20fffba2128046087791637d42f2942 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.2.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("3.0.2.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("3.0.3.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("3.0.3.<#= this.RevisionNumber #>")]
 <#+ 
 	int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015, 1, 1)).TotalDays; 
 #>
\ No newline at end of file