Bump version for PM5

This commit is contained in:
Dylan K. Taylor 2022-06-01 19:54:32 +01:00
parent 4b73bedd57
commit f3c9b59856
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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