5.21.3 is next

Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/12090411351
This commit is contained in:
pmmp-restrictedactions-bot[bot] 2024-11-29 20:43:17 +00:00
parent 2bd9f4108b
commit 9cab72ed59

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.21.2"; public const BASE_VERSION = "5.21.3";
public const IS_DEVELOPMENT_BUILD = false; public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable"; public const BUILD_CHANNEL = "stable";
/** /**