Release 5.17.0

This commit is contained in:
IvanCraft623
2024-07-09 21:15:18 -05:00
parent 5d60ba36b7
commit 37bf4bc0b0
2 changed files with 27 additions and 2 deletions

View File

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