5.22.1 is next

Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/12160926590
This commit is contained in:
pmmp-restrictedactions-bot[bot] 2024-12-04 13:38:41 +00:00
parent ba6828c6bd
commit a1448bfb88

View File

@ -31,8 +31,8 @@ use function str_repeat;
final class VersionInfo{ final class VersionInfo{
public const NAME = "PocketMine-MP"; public const NAME = "PocketMine-MP";
public const BASE_VERSION = "5.22.0"; public const BASE_VERSION = "5.22.1";
public const IS_DEVELOPMENT_BUILD = false; public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable"; public const BUILD_CHANNEL = "stable";
/** /**