From 66f2116e57cfff32f3529d1df5c14efee8b93fb9 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 14 Jul 2022 22:54:28 +0100 Subject: [PATCH] Release 5.0.0-ALPHA2 --- changelogs/5.0-alpha.md | 1 + src/VersionInfo.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelogs/5.0-alpha.md b/changelogs/5.0-alpha.md index 66f338047..3e3c1340f 100644 --- a/changelogs/5.0-alpha.md +++ b/changelogs/5.0-alpha.md @@ -377,6 +377,7 @@ Released 14th July 2022. - `utils\CopperTrait` ### `pocketmine\crafting` +- JSON models have been updated to reflect updated crafting data format. - The following enum classes have new members: - `ShapelessRecipeType` has new members `CARTOGRAPHY` and `SMITHING` diff --git a/src/VersionInfo.php b/src/VersionInfo.php index b74de0e60..c8c276527 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-ALPHA2"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "alpha"; private function __construct(){