Prepare 5.25.0 release (#6631)

This commit is contained in:
Dylan T.
2025-02-16 22:16:47 +00:00
committed by GitHub
parent 03e4b53ac4
commit d96ef21c4d
2 changed files with 40 additions and 2 deletions

View File

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