diff --git a/src/PrintingApplication/VersionInfo.cs b/src/PrintingApplication/VersionInfo.cs index 76f9736..cbf164a 100644 --- a/src/PrintingApplication/VersionInfo.cs +++ b/src/PrintingApplication/VersionInfo.cs @@ -16,5 +16,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0")] -[assembly: AssemblyFileVersion("1.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")] \ No newline at end of file