From 27f6e53ad90e7f13d91297fd1eca6684e1210072 Mon Sep 17 00:00:00 2001 From: Martin Pittermann Date: Mon, 24 Dec 2018 15:57:32 +0100 Subject: [PATCH] bumped version number --- OpenCNCPilot/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCNCPilot/Properties/AssemblyInfo.cs b/OpenCNCPilot/Properties/AssemblyInfo.cs index 743c8cf..1c237f5 100644 --- a/OpenCNCPilot/Properties/AssemblyInfo.cs +++ b/OpenCNCPilot/Properties/AssemblyInfo.cs @@ -49,5 +49,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.5.3.0")] -[assembly: AssemblyFileVersion("1.5.3.0")] +[assembly: AssemblyVersion("1.5.4.0")] +[assembly: AssemblyFileVersion("1.5.4.0")]