Bump version to 4.6.0+dev

This commit is contained in:
Dylan K. Taylor 2022-06-01 19:45:20 +01:00
parent eade2d2af0
commit 4b73bedd57
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -31,9 +31,9 @@ use function str_repeat;
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "4.4.1";
public const BASE_VERSION = "4.6.0";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable";
public const BUILD_CHANNEL = "beta";
private function __construct(){
//NOOP