mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
4.0.0-BETA2 is next
This commit is contained in:
parent
210b9c7b75
commit
ac55b21fb4
@ -29,10 +29,10 @@ use function str_repeat;
|
|||||||
|
|
||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "4.0.0-BETA1";
|
public const BASE_VERSION = "4.0.0-BETA2";
|
||||||
public const IS_DEVELOPMENT_BUILD = false;
|
public const IS_DEVELOPMENT_BUILD = true;
|
||||||
public const BUILD_NUMBER = 0;
|
public const BUILD_NUMBER = 0;
|
||||||
public const BUILD_CHANNEL = "beta";
|
public const BUILD_CHANNEL = "";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
//NOOP
|
//NOOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user