Skip to content

Commit 90752ed

Browse files
1 parent 550c179 commit 90752ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.40.0";
35-
public const IS_DEVELOPMENT_BUILD = false;
34+
public const BASE_VERSION = "5.40.1";
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)