From d55e35aae0415ec12037afc6f3119d4b883b136b Mon Sep 17 00:00:00 2001 From: AlessandroCH Date: Sun, 25 May 2025 17:31:00 +0200 Subject: [PATCH] 1.1.5 final so i can plan new version features --- Campofinale/Server.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Campofinale/Server.cs b/Campofinale/Server.cs index 5b5d97a..502d443 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-dev"; + public static string ServerVersion = "1.1.5"; public static bool Initialized = false; public static bool showLogs = true; public static bool showWarningLogs = true;