Prepare 5.31.0 release (#6752)

This commit is contained in:
Dylan T.
2025-07-08 13:41:59 +01:00
committed by GitHub
parent f1f6e796a4
commit 50e15db9ac
5 changed files with 32 additions and 17 deletions

View File

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