From a1448bfb88c6662e7a850272a5656162b7551227 Mon Sep 17 00:00:00 2001 From: "pmmp-restrictedactions-bot[bot]" <188621379+pmmp-restrictedactions-bot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:38:41 +0000 Subject: [PATCH] 5.22.1 is next Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/12160926590 --- src/VersionInfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 460e34bf70..9c1fdf2302 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.22.0"; - public const IS_DEVELOPMENT_BUILD = false; + public const BASE_VERSION = "5.22.1"; + public const IS_DEVELOPMENT_BUILD = true; public const BUILD_CHANNEL = "stable"; /**