4.0.8 is next

This commit is contained in:
Dylan K. Taylor
2022-01-21 19:39:31 +00:00
parent 58ba4f680f
commit f9c8c0e34d

View File

@ -31,8 +31,8 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "4.0.7";
public const IS_DEVELOPMENT_BUILD = false;
public const BASE_VERSION = "4.0.8";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable";
private function __construct(){