From dd863c326e7769fec15fbe330d2abb89d8b6a4fe Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sat, 13 Apr 2024 11:44:05 +0200 Subject: [PATCH] bump version --- 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 fb30019..5e59abd 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -2,7 +2,7 @@ net7.0-windows WinExe - 0.3.7 + 0.4.0 false true true diff --git a/EliteBGS/Properties/AssemblyInfo.cs b/EliteBGS/Properties/AssemblyInfo.cs index 404194f..dc87c6a 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.7.0")] -[assembly: AssemblyFileVersion("0.3.7.0")] +[assembly: AssemblyVersion("0.4.0.0")] +[assembly: AssemblyFileVersion("0.4.0.0")]