From 627c62a230f08fa21e4351ec157c597cb63fa2cf Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 21 Feb 2023 16:44:31 +0000 Subject: [PATCH] 5.0.0-ALPHA10 is next --- src/VersionInfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VersionInfo.php b/src/VersionInfo.php index c3206271a..51f9cca15 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -31,8 +31,8 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; - public const BASE_VERSION = "5.0.0-ALPHA9"; - public const IS_DEVELOPMENT_BUILD = false; + public const BASE_VERSION = "5.0.0-ALPHA10"; + public const IS_DEVELOPMENT_BUILD = true; public const BUILD_CHANNEL = "alpha"; private function __construct(){