mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Bump version for PM5
This commit is contained in:
@ -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
|
||||||
|
Submodule tests/plugins/DevTools updated: e884a4c234...1b264da3d2
@ -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
|
||||||
|
Reference in New Issue
Block a user