Bump version for PM5

This commit is contained in:
Dylan K. Taylor
2022-06-01 19:54:32 +01:00
parent 4b73bedd57
commit f3c9b59856
3 changed files with 4 additions and 4 deletions

View File

@@ -31,9 +31,9 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "4.6.0";
public const BASE_VERSION = "5.0.0";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "beta";
public const BUILD_CHANNEL = "alpha";
private function __construct(){
//NOOP