diff --git a/Campofinale/Server.cs b/Campofinale/Server.cs index 2daf8a4..4f2b587 100644 --- a/Campofinale/Server.cs +++ b/Campofinale/Server.cs @@ -59,7 +59,7 @@ namespace Campofinale public delegate void HandlerDelegate(Player sender, string command, string[] args, Player target); } public static List clients = new List(); - public static string ServerVersion = "1.1.6-dev"; + public static string ServerVersion = "1.1.6"; public static bool Initialized = false; public static bool showLogs = true; public static bool showWarningLogs = true;