From f3fc99a3f39035d92d1167b9f0822a5621414792 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Mon, 29 Jan 2024 19:26:59 +0100 Subject: [PATCH] bump version to 0.3.7 --- EliteBGS/EliteBGS.csproj | 2 +- EliteBGS/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index 205333a..0377cb2 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -2,7 +2,7 @@ net7.0-windows WinExe - 0.3.6 + 0.3.7 false true true diff --git a/EliteBGS/Properties/AssemblyInfo.cs b/EliteBGS/Properties/AssemblyInfo.cs index f2e569f..404194f 100644 --- a/EliteBGS/Properties/AssemblyInfo.cs +++ b/EliteBGS/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Windows; // 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("0.3.6.0")] -[assembly: AssemblyFileVersion("0.3.6.0")] +[assembly: AssemblyVersion("0.3.7.0")] +[assembly: AssemblyFileVersion("0.3.7.0")]