Release 5.0.0-ALPHA1

This commit is contained in:
Dylan K. Taylor
2022-07-06 21:52:37 +01:00
parent ce87424336
commit 30079f6fd0
2 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "5.0.0";
public const IS_DEVELOPMENT_BUILD = true;
public const BASE_VERSION = "5.0.0-ALPHA1";
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "alpha";
private function __construct(){