Bump version for PM5

This commit is contained in:
Dylan K. Taylor
2022-06-01 19:54:32 +01:00
parent 4b73bedd57
commit f3c9b59856
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

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