Update assembly versions
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user