Update assembly versions

This commit is contained in:
sausage
2022-05-22 16:56:35 +08:00
parent 02aa48f493
commit 1218a95757
6 changed files with 13 additions and 9 deletions

View File

@ -22,7 +22,7 @@ namespace RageCoop.Server
public class Server
{
private static readonly string _compatibleVersion = "V1_4";
private static readonly string _compatibleVersion = "V0_1";
private static long _currentTick = 0;
public static readonly Settings MainSettings = Util.Read<Settings>("Settings.xml");