5.18.1 is next

This commit is contained in:
IvanCraft623 2024-08-16 07:56:01 -05:00
parent 9176b2494a
commit e3baf3cddb
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.0";
public const IS_DEVELOPMENT_BUILD = false;
public const BASE_VERSION = "5.18.1";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable";
/**