From 9d62c1783c7931bdd83f636d0aaebc797cd3702b Mon Sep 17 00:00:00 2001 From: AlessandroCH Date: Sun, 25 May 2025 17:54:41 +0200 Subject: [PATCH] 1.1.6-dev --- Campofinale/Server.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Campofinale/Server.cs b/Campofinale/Server.cs index 502d443..68b546b 100644 --- a/Campofinale/Server.cs +++ b/Campofinale/Server.cs @@ -48,7 +48,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.5"; + public static string ServerVersion = "1.1.6-dev"; public static bool Initialized = false; public static bool showLogs = true; public static bool showWarningLogs = true;