5.20.2 is next

Commit created by: https://github.com/pmmp/RestrictedActions/actions/runs/11614028030
This commit is contained in:
github-actions 2024-10-31 14:38:30 +00:00
parent 94dff74494
commit 0376e37966

View File

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