diff --git a/changelogs/4.7.md b/changelogs/4.7.md index 22fbe9ecc..950158cd3 100644 --- a/changelogs/4.7.md +++ b/changelogs/4.7.md @@ -21,3 +21,11 @@ Released 14th August 2022. - Fixed Turtle Master potions not giving any effects. - Unimplemented items are no longer craftable. - Fixed incorrect items appearing in item frames (due to an obsolete workaround for 1.19.10). + +# 4.7.2 +Released 16th August 2022. + +## Fixes +- Fixed crash when processing player skins with invalid geometry data. +- Fixed spectator players being able to pick blocks using mousewheel click. +- Improved supporting requirements for sugarcane. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index e928de38c..1c12fef11 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 = "4.7.2"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; private function __construct(){