From 2c0b7d4d646ae572ee9c96fdf1ea7d2ef38ace84 Mon Sep 17 00:00:00 2001 From: Sardelka Date: Sat, 4 Jun 2022 12:31:45 +0800 Subject: [PATCH] Update version --- Client/Main.cs | 2 +- Client/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Client/Main.cs b/Client/Main.cs index bd43ce4f..3c6d0943 100644 --- a/Client/Main.cs +++ b/Client/Main.cs @@ -22,7 +22,7 @@ internal class Main : Script private bool _gameLoaded = false; private bool _lastDead = false; - public static readonly string CurrentVersion = "V0_4"; + public static readonly string CurrentVersion = "V0_4_1"; public static int LocalPlayerID=0; diff --git a/Client/Properties/AssemblyInfo.cs b/Client/Properties/AssemblyInfo.cs index 9c586078..0ab874da 100644 --- a/Client/Properties/AssemblyInfo.cs +++ b/Client/Properties/AssemblyInfo.cs @@ -32,5 +32,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("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.4.1.0")] +[assembly: AssemblyFileVersion("0.4.1.0")]