We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b89dda commit b744e09Copy full SHA for b744e09
src/VersionInfo.php
@@ -31,8 +31,8 @@
31
32
final class VersionInfo{
33
public const NAME = "PocketMine-MP";
34
- public const BASE_VERSION = "5.11.1";
35
- public const IS_DEVELOPMENT_BUILD = false;
+ public const BASE_VERSION = "5.11.2";
+ public const IS_DEVELOPMENT_BUILD = true;
36
public const BUILD_CHANNEL = "stable";
37
38
/**
0 commit comments