Release 5.25.1 (#6641)

This commit is contained in:
Dylan T.
2025-02-26 17:13:44 +00:00
committed by GitHub
parent 7c654271a8
commit 706f391068
2 changed files with 9 additions and 1 deletions

View File

@ -32,7 +32,7 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "5.25.1";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";
/**