Release 5.0.0-BETA2

This commit is contained in:
Dylan K. Taylor
2023-04-11 23:27:01 +01:00
parent ed88d68fd7
commit dd9ea4ee02
2 changed files with 53 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "5.0.0-BETA2";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "beta";
private function __construct(){