From 1e6ed1a2fb761dfee2f0dbf696d518181eb9bf02 Mon Sep 17 00:00:00 2001 From: Hyz-sui <86903430+Hyz-sui@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:10:10 +0900 Subject: [PATCH] version 2024.3.5.3 --- main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cs b/main.cs index 86a005dbb..b616be7de 100644 --- a/main.cs +++ b/main.cs @@ -55,7 +55,7 @@ public class Main : BasePlugin // ========== //Sorry for many Japanese comments. - public static readonly string ForkVersion = "2024.3.5.2"; + public static readonly string ForkVersion = "2024.3.5.3"; public static readonly Version ParsedForkVersion = Version.Parse(ForkVersion); public const string PluginGuid = "com.emptybottle.townofhost";