Release 4.11.0-BETA1

This commit is contained in:
Dylan K. Taylor
2022-11-07 15:18:05 +00:00
parent 824ed0a56a
commit bf7014e0ec
2 changed files with 69 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 = "4.10.2";
public const IS_DEVELOPMENT_BUILD = true;
public const BASE_VERSION = "4.11.0-BETA1";
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "beta";
private function __construct(){