From d057077084052eeb81f2e36b91f5732b9e9e6181 Mon Sep 17 00:00:00 2001 From: "pmmp-admin-bot[bot]" <188621379+pmmp-admin-bot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:10:28 +0000 Subject: [PATCH] 5.35.1 is next Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/18226149740 --- src/VersionInfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VersionInfo.php b/src/VersionInfo.php index f921db58b..2f2f7e66c 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -31,8 +31,8 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; - public const BASE_VERSION = "5.35.0"; - public const IS_DEVELOPMENT_BUILD = false; + public const BASE_VERSION = "5.35.1"; + public const IS_DEVELOPMENT_BUILD = true; public const BUILD_CHANNEL = "stable"; /**