diff --git a/changelogs/5.0-alpha.md b/changelogs/5.0-alpha.md index 41f15a085..de11e5c7a 100644 --- a/changelogs/5.0-alpha.md +++ b/changelogs/5.0-alpha.md @@ -651,7 +651,7 @@ Released 13th November 2022. # 5.0.0-ALPHA6 Released 19th December 2022. -**This release includes changes from the following releases, which may not be explicitly mentioned:** +**This release includes changes from the following releases, which may not be mentioned:** - [4.10.2](https://github.com/pmmp/PocketMine-MP/releases/tag/4.10.2) - [4.11.0](https://github.com/pmmp/PocketMine-MP/releases/tag/4.11.0) - [4.12.0](https://github.com/pmmp/PocketMine-MP/releases/tag/4.12.0) diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 6955b826b..dca68d541 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -32,7 +32,7 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "5.0.0-ALPHA6"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "alpha"; private function __construct(){