5.17.1 is next

This commit is contained in:
IvanCraft623 2024-07-09 21:16:13 -05:00
parent 37bf4bc0b0
commit 824e270041
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.17.0";
public const IS_DEVELOPMENT_BUILD = false;
public const BASE_VERSION = "5.17.1";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable";
/**