From b125394b79e8968269a9db5c6e9fdc1be7f559b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=E7=B4=85=20=E7=81=AF?= Date: Wed, 20 Aug 2025 23:28:08 +0200 Subject: [PATCH] 1.1.7 ready --- Campofinale/Server.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Campofinale/Server.cs b/Campofinale/Server.cs index e707f8c..2963a4b 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.7-dev"; + public static string ServerVersion = "1.1.7"; public static bool Initialized = false; public static bool showLogs = true; public static bool showWarningLogs = true;