From 134c7309c5985cd6df0a323a8465f44e9099510a Mon Sep 17 00:00:00 2001 From: "pmmp-admin-bot[bot]" <188621379+pmmp-admin-bot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 14:30:04 +0000 Subject: [PATCH] 5.28.1 is next Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/14931216524 --- src/VersionInfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VersionInfo.php b/src/VersionInfo.php index c5b38f072..acc7db91c 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.28.0"; - public const IS_DEVELOPMENT_BUILD = false; + public const BASE_VERSION = "5.28.1"; + public const IS_DEVELOPMENT_BUILD = true; public const BUILD_CHANNEL = "stable"; /**