5.27.0, Bedrock 1.21.70 support (#6665)

Co-authored-by: Dylan K. Taylor <dktapps@pmmp.io>
This commit is contained in:
Dries C
2025-03-27 16:48:19 +01:00
committed by GitHub
parent c9e85603b0
commit 687112f4cd
16 changed files with 63 additions and 35 deletions

View File

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