Skip to content

Commit 50b72e7

Browse files
1 parent ab7d810 commit 50b72e7

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.37.3";
35-
public const IS_DEVELOPMENT_BUILD = false;
34+
public const BASE_VERSION = "5.37.4";
35+
public const IS_DEVELOPMENT_BUILD = true;
3636
public const BUILD_CHANNEL = "stable";
3737
public const GITHUB_URL = "https://github.com/pmmp/PocketMine-MP";
3838

0 commit comments

Comments
 (0)