From fa6a432d5816bb8c5d5546549ac3988fede14728 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 2 Nov 2021 19:18:19 +0000 Subject: [PATCH] Release 4.0.0-BETA10 --- changelogs/4.0.md | 6 ++++++ src/VersionInfo.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelogs/4.0.md b/changelogs/4.0.md index 41392cac2..2ef72ea0b 100644 --- a/changelogs/4.0.md +++ b/changelogs/4.0.md @@ -1601,3 +1601,9 @@ Released 2nd November 2021. - Fixed arrows getting added to creative players' inventories when picked up. - Fixed players re-requesting the same ungenerated chunks multiple times before they were sent. - Fixed commands not working in some cases after using some control sequences on the console. + +# 4.0.0-BETA10 +Released 2nd November 2021. + +## Fixes +- Fixed an issue with BedrockData JSON minification which broke the release build of 4.0.0-BETA9. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 69254d79d..d220afe32 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -30,7 +30,7 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "4.0.0-BETA10"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_NUMBER = 0; public const BUILD_CHANNEL = "beta";