Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

Commit 22bb1ce

Browse files
committed
4.0.3 is next
1 parent 178dcb7 commit 22bb1ce

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 = "4.0.2";
35-
public const IS_DEVELOPMENT_BUILD = false;
34+
public const BASE_VERSION = "4.0.3";
35+
public const IS_DEVELOPMENT_BUILD = true;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
private function __construct(){

0 commit comments

Comments
 (0)