Skip to content

Commit 3b89396

Browse files
committed
4.20.4 is next
1 parent 325ffec commit 3b89396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VersionInfo.php

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

3838
private function __construct(){

0 commit comments

Comments
 (0)