Skip to content

Commit b744e09

Browse files
committed
5.11.2 is next
1 parent 7b89dda commit b744e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VersionInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
34-
public const BASE_VERSION = "5.11.1";
35-
public const IS_DEVELOPMENT_BUILD = false;
34+
public const BASE_VERSION = "5.11.2";
35+
public const IS_DEVELOPMENT_BUILD = true;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
/**

0 commit comments

Comments
 (0)