From 2fb4704269f3529b7583c612137aa6e80fd0a7c4 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 5 Sep 2021 15:47:54 +0100 Subject: [PATCH] Release 3.22.4 --- changelogs/3.22.md | 3 +++ src/pocketmine/VersionInfo.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelogs/3.22.md b/changelogs/3.22.md index 3e2b46500..f9675527a 100644 --- a/changelogs/3.22.md +++ b/changelogs/3.22.md @@ -28,3 +28,6 @@ Plugin developers should **only** update their required API to this version if y # 3.22.3 - Fixed a bug in the release build of 3.22.2 which caused the crash archive to reject all crashdumps. - Fixed possible server crash during player spawning. + +# 3.22.4 +- Fixed a bug which broke the build of 3.22.3. diff --git a/src/pocketmine/VersionInfo.php b/src/pocketmine/VersionInfo.php index b36946b19..da6be8511 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.22.4"; -const IS_DEVELOPMENT_BUILD = true; +const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0; -const BUILD_CHANNEL = ""; +const BUILD_CHANNEL = "stable";