5.17.2 is next

This commit is contained in:
IvanCraft623 2024-08-13 10:56:03 -05:00
parent 929cd63135
commit f5ab2979a0
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.1";
public const IS_DEVELOPMENT_BUILD = false;
public const BASE_VERSION = "5.17.2";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable";
/**