Release 4.0.0-BETA3

This commit is contained in:
Dylan K. Taylor
2021-09-23 21:51:23 +01:00
parent 5f1e66478b
commit 9bc07a9cc0
2 changed files with 5 additions and 2 deletions

View File

@ -30,9 +30,9 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "4.0.0-BETA3";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_NUMBER = 0;
public const BUILD_CHANNEL = "";
public const BUILD_CHANNEL = "beta";
private function __construct(){
//NOOP