Release 5.18.0

This commit is contained in:
IvanCraft623
2024-08-16 07:54:59 -05:00
parent 0f365886e0
commit 9176b2494a
2 changed files with 21 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.17.2";
public const IS_DEVELOPMENT_BUILD = true;
public const BASE_VERSION = "5.18.0";
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";
/**