Release 5.14.0

This commit is contained in:
Dylan K. Taylor
2024-04-05 18:16:19 +01:00
parent ea339355bb
commit 769a149057
2 changed files with 90 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.13.1";
public const IS_DEVELOPMENT_BUILD = true;
public const BASE_VERSION = "5.14.0";
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";
/**