From 75a39491be5a807f35286de025afa0a56faf1efb Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 1 Nov 2023 17:55:22 +0000 Subject: [PATCH] Release 5.8.1 --- changelogs/5.8.md | 5 +++++ src/VersionInfo.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelogs/5.8.md b/changelogs/5.8.md index 48f333cd1..0e712a092 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 fd39bd3a8..4c754d428 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.8.1"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**