From 468faa464b2bc5c97f23fafbb71ea61035f6f218 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 1 Dec 2021 22:33:52 +0000 Subject: [PATCH] Release 4.0.0 --- changelogs/4.0.md | 2 ++ src/VersionInfo.php | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelogs/4.0.md b/changelogs/4.0.md index 2f0673699..23c307551 100644 --- a/changelogs/4.0.md +++ b/changelogs/4.0.md @@ -1,3 +1,5 @@ +**For Minecraft: Bedrock Edition 1.18.0** + # 4.0.0 Released 1st December 2021. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 5a5b6139b..b3a48ebfd 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -31,9 +31,9 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; - public const BASE_VERSION = "4.0.0-BETA16"; - public const IS_DEVELOPMENT_BUILD = true; - public const BUILD_CHANNEL = "beta"; + public const BASE_VERSION = "4.0.0"; + public const IS_DEVELOPMENT_BUILD = false; + public const BUILD_CHANNEL = "stable"; private function __construct(){ //NOOP