mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 20:07:09 +00:00
Release 4.0.0
This commit is contained in:
parent
59de045ecb
commit
468faa464b
@ -1,3 +1,5 @@
|
|||||||
|
**For Minecraft: Bedrock Edition 1.18.0**
|
||||||
|
|
||||||
# 4.0.0
|
# 4.0.0
|
||||||
Released 1st December 2021.
|
Released 1st December 2021.
|
||||||
|
|
||||||
|
@ -31,9 +31,9 @@ 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-BETA16";
|
public const BASE_VERSION = "4.0.0";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "beta";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
//NOOP
|
//NOOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user