From 3ecff370781d326e7f80ca7270ec0331b5fe7f95 Mon Sep 17 00:00:00 2001 From: Martin Pittermann Date: Tue, 26 Mar 2019 22:26:45 +0100 Subject: [PATCH] bump version number to 1.5.5 --- 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 1c237f5..e1db1f1 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.4.0")] -[assembly: AssemblyFileVersion("1.5.4.0")] +[assembly: AssemblyVersion("1.5.5.0")] +[assembly: AssemblyFileVersion("1.5.5.0")]