mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +00:00
Bump version for PM5
This commit is contained in:
parent
4b73bedd57
commit
f3c9b59856
@ -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.6.0";
|
public const BASE_VERSION = "5.0.0";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = true;
|
||||||
public const BUILD_CHANNEL = "beta";
|
public const BUILD_CHANNEL = "alpha";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
//NOOP
|
//NOOP
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e884a4c234629126203e769df7c4dbbbc0dc2d49
|
Subproject commit 1b264da3d244cd9b0030cbc3d584d2f685648bfe
|
@ -2,7 +2,7 @@ name: TesterPlugin
|
|||||||
main: pmmp\TesterPlugin\Main
|
main: pmmp\TesterPlugin\Main
|
||||||
src-namespace-prefix: pmmp\TesterPlugin
|
src-namespace-prefix: pmmp\TesterPlugin
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
api: [3.2.0, 4.0.0]
|
api: [5.0.0]
|
||||||
load: POSTWORLD
|
load: POSTWORLD
|
||||||
author: pmmp
|
author: pmmp
|
||||||
description: Plugin used to run tests on PocketMine-MP
|
description: Plugin used to run tests on PocketMine-MP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user