From c2ba13b5f767673acd0d2716ca3a7923600d6f51 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:29:37 +0200 Subject: [PATCH] 1.1.8-dev start --- Campofinale/Server.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Campofinale/Server.cs b/Campofinale/Server.cs index 2963a4b..717e9fe 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"; + public static string ServerVersion = "1.1.8-dev"; public static bool Initialized = false; public static bool showLogs = true; public static bool showWarningLogs = true;