From 783354dc3ac8160b267ec89d8233ad003e456d59 Mon Sep 17 00:00:00 2001 From: Risal Walangadi Date: Sun, 19 Mar 2023 23:45:08 +0800 Subject: [PATCH] change version --- src/PrintingApplication/VersionInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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