Update version

This commit is contained in:
Sardelka
2022-08-16 23:17:04 +08:00
parent 7123bea8e5
commit 22bfa43ec5
13 changed files with 197 additions and 44 deletions

View File

@ -202,9 +202,9 @@ namespace RageCoop.Client.Scripting
/// <summary>
/// Get the version of RAGECOOP
/// </summary>
public static string CurrentVersion
public static Version CurrentVersion
{
get { return Main.CurrentVersion; }
get { return Main.Version; }
}