Release 4.16.0-BETA2

This commit is contained in:
Dylan K. Taylor
2023-03-04 16:19:34 +00:00
parent 6d636fc2c7
commit 14e7d3e143
2 changed files with 10 additions and 2 deletions

View File

@ -32,8 +32,8 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "4.16.0-BETA2";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable";
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "beta";
private function __construct(){
//NOOP