From 30079f6fd0d5903315e12cbcff7abfe31c486536 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 6 Jul 2022 21:52:37 +0100 Subject: [PATCH] Release 5.0.0-ALPHA1 --- changelogs/5.0-alpha.md | 2 +- src/VersionInfo.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/5.0-alpha.md b/changelogs/5.0-alpha.md index 6acff1123..eade91d27 100644 --- a/changelogs/5.0-alpha.md +++ b/changelogs/5.0-alpha.md @@ -3,7 +3,7 @@ # 5.0.0-ALPHA1 Released 6th July 2022. -This is a development snapshot of 5.0.0, an upcoming major update to PocketMine-MP. +This is a development snapshot of 5.0.0, an upcoming major update to PocketMine-MP. This version includes many new improvements, including support for Bedrock worlds from 1.13 onwards, a large array of new blocks, and various changes to the plugin API. ## WARNING **This is an ALPHA release.** It is an early development snapshot of the upcoming 5.0.0 release. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 6c2f8f660..d1e059264 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -31,8 +31,8 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; - public const BASE_VERSION = "5.0.0"; - public const IS_DEVELOPMENT_BUILD = true; + public const BASE_VERSION = "5.0.0-ALPHA1"; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "alpha"; private function __construct(){