mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 07:54:19 +00:00
Release 4.0.0-BETA2
This commit is contained in:
parent
fa45d1cdb5
commit
26e3280fea
@ -1265,7 +1265,7 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml`
|
||||
- Implemented offhand inventory.
|
||||
|
||||
# 4.0.0-BETA2
|
||||
|
||||
Released 10th September 2021.
|
||||
|
||||
## General
|
||||
- ext-chunkutils 0.3.x is now required.
|
||||
|
@ -30,9 +30,9 @@ use function str_repeat;
|
||||
final class VersionInfo{
|
||||
public const NAME = "PocketMine-MP";
|
||||
public const BASE_VERSION = "4.0.0-BETA2";
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user