mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Release 5.0.0-ALPHA6
This commit is contained in:
parent
83bfe790fa
commit
da4315df05
@ -651,7 +651,7 @@ Released 13th November 2022.
|
|||||||
# 5.0.0-ALPHA6
|
# 5.0.0-ALPHA6
|
||||||
Released 19th December 2022.
|
Released 19th December 2022.
|
||||||
|
|
||||||
**This release includes changes from the following releases, which may not be explicitly mentioned:**
|
**This release includes changes from the following releases, which may not be mentioned:**
|
||||||
- [4.10.2](https://github.com/pmmp/PocketMine-MP/releases/tag/4.10.2)
|
- [4.10.2](https://github.com/pmmp/PocketMine-MP/releases/tag/4.10.2)
|
||||||
- [4.11.0](https://github.com/pmmp/PocketMine-MP/releases/tag/4.11.0)
|
- [4.11.0](https://github.com/pmmp/PocketMine-MP/releases/tag/4.11.0)
|
||||||
- [4.12.0](https://github.com/pmmp/PocketMine-MP/releases/tag/4.12.0)
|
- [4.12.0](https://github.com/pmmp/PocketMine-MP/releases/tag/4.12.0)
|
||||||
|
@ -32,7 +32,7 @@ use function str_repeat;
|
|||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "5.0.0-ALPHA6";
|
public const BASE_VERSION = "5.0.0-ALPHA6";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "alpha";
|
public const BUILD_CHANNEL = "alpha";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user