Update version

This commit is contained in:
Sardelka
2022-06-04 12:31:45 +08:00
parent 62dc98f4a7
commit 2c0b7d4d64
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ namespace RageCoop.Client
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;

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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")]