5.19.1 is next

This commit is contained in:
IvanCraft623 2024-09-20 19:00:23 -05:00
parent 49c2f13cf0
commit a5babb2c9f
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.19.0";
public const IS_DEVELOPMENT_BUILD = false;
public const BASE_VERSION = "5.19.1";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable";
/**