5.18.2 is next

This commit is contained in:
IvanCraft623 2024-09-02 11:25:50 -05:00
parent e9b597af6c
commit 2a7b183ab8
No known key found for this signature in database
GPG Key ID: 9072B981250FBFE5

View File

@ -31,8 +31,8 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "5.18.1";
public const IS_DEVELOPMENT_BUILD = false;
public const BASE_VERSION = "5.18.2";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable";
/**