5.0.0-ALPHA2 is next

This commit is contained in:
Dylan K. Taylor
2022-07-06 21:52:37 +01:00
parent 30079f6fd0
commit eb404bddb4

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-ALPHA1";
public const IS_DEVELOPMENT_BUILD = false;
public const BASE_VERSION = "5.0.0-ALPHA2";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "alpha";
private function __construct(){