From 14fba366364eca9f13a30b955c702edbd8e66267 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 22 Sep 2021 01:00:50 +0100 Subject: [PATCH] Release 3.23.1 --- changelogs/3.23.md | 3 +++ src/pocketmine/VersionInfo.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelogs/3.23.md b/changelogs/3.23.md index 216ac2f95..91a871ef5 100644 --- a/changelogs/3.23.md +++ b/changelogs/3.23.md @@ -9,3 +9,6 @@ Plugin developers should **only** update their required API to this version if y # 3.23.0 - Added support for Minecraft: Bedrock Edition 1.17.30. - Removed compatibility with earlier versions. + +# 3.23.1 +- Fixed broken build of 3.23.0. diff --git a/src/pocketmine/VersionInfo.php b/src/pocketmine/VersionInfo.php index 7b8ea6fe0..975afa23d 100644 --- a/src/pocketmine/VersionInfo.php +++ b/src/pocketmine/VersionInfo.php @@ -34,6 +34,6 @@ const _VERSION_INFO_INCLUDED = true; const NAME = "PocketMine-MP"; const BASE_VERSION = "3.23.1"; -const IS_DEVELOPMENT_BUILD = true; +const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0; -const BUILD_CHANNEL = ""; +const BUILD_CHANNEL = "stable";