Assemble 1.21.90 (#6736)

This commit is contained in:
Dries C
2025-06-18 02:15:00 +02:00
committed by GitHub
parent 95b4db5169
commit 9c71f4fc1c
9 changed files with 115 additions and 26 deletions

View File

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