From f4a1273821ffdd0cad633417e6f797e9ac568306 Mon Sep 17 00:00:00 2001 From: Patrick W3AXL Date: Sun, 7 Jul 2024 21:58:08 -0400 Subject: [PATCH] updated version to 1.8.1 --- sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs b/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs index 5e4ae4b..7975d67 100644 --- a/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs +++ b/sw/control/KFDtool.Gui/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // 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.8.0.0")] -[assembly: AssemblyFileVersion("1.8.0.0")] -[assembly: AssemblyInformationalVersion("1.8.0")] +[assembly: AssemblyVersion("1.8.1.0")] +[assembly: AssemblyFileVersion("1.8.1.0")] +[assembly: AssemblyInformationalVersion("1.8.1")]