From 7cd317bf398a017f7c690a475c5a67650c610323 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 9 Jun 2023 01:37:45 +0100 Subject: [PATCH] Release 5.1.2 --- changelogs/5.1.md | 8 ++++++++ src/VersionInfo.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelogs/5.1.md b/changelogs/5.1.md index c24fdb915..6b00f5624 100644 --- a/changelogs/5.1.md +++ b/changelogs/5.1.md @@ -20,3 +20,11 @@ Released 7th June 2023. ## Fixes - Fixed blockstates being saved with the wrong version ID for 1.20.0. + +# 5.1.2 +Released 9th June 2023. + +**This release includes changes from the following releases:** +- [4.22.1](https://github.com/pmmp/PocketMine-MP/blob/4.22.1/changelogs/4.22.md#4221) - Teleportation client bug workarounds + +This release contains no other changes. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 1e962a72d..3722f0aaf 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.1.2"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; /**