diff --git a/changelogs/5.8.md b/changelogs/5.8.md index 48f333cd1b1..0e712a092af 100644 --- a/changelogs/5.8.md +++ b/changelogs/5.8.md @@ -1,6 +1,11 @@ # 5.8.0 Released 1st November 2023. +**Borked release, forgot to merge branches.** + +# 5.8.1 +Released 1st November 2023. + **For Minecraft: Bedrock Edition 1.20.40** This is a minor feature release, including new gameplay features, various performance improvements to internal `World` and `Block` systems, and changes to the API. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index fd39bd3a828..4c754d428a5 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -32,7 +32,7 @@ final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "5.8.1"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**