diff --git a/src/VersionInfo.php b/src/VersionInfo.php index f9a55d173..2ebffeca0 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -31,9 +31,9 @@ use function str_repeat; final class VersionInfo{ 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 BUILD_CHANNEL = "beta"; + public const BUILD_CHANNEL = "alpha"; private function __construct(){ //NOOP diff --git a/tests/plugins/DevTools b/tests/plugins/DevTools index e884a4c23..1b264da3d 160000 --- a/tests/plugins/DevTools +++ b/tests/plugins/DevTools @@ -1 +1 @@ -Subproject commit e884a4c234629126203e769df7c4dbbbc0dc2d49 +Subproject commit 1b264da3d244cd9b0030cbc3d584d2f685648bfe diff --git a/tests/plugins/TesterPlugin/plugin.yml b/tests/plugins/TesterPlugin/plugin.yml index dc00d97c7..5d18dff76 100644 --- a/tests/plugins/TesterPlugin/plugin.yml +++ b/tests/plugins/TesterPlugin/plugin.yml @@ -2,7 +2,7 @@ name: TesterPlugin main: pmmp\TesterPlugin\Main src-namespace-prefix: pmmp\TesterPlugin version: 0.1.0 -api: [3.2.0, 4.0.0] +api: [5.0.0] load: POSTWORLD author: pmmp description: Plugin used to run tests on PocketMine-MP