File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,9 @@ Released 21st November 2025.
3535## Documentation
3636- Added folder and script plugin examples in the ` examples/plugins ` folder. (@dktapps )
3737- Fixed missing mention of removal of ` @softDepend ` event handler tag in 4.0.0 changelog. (@dktapps )
38+
39+ # 5.37.3
40+ Released 21st November 2025.
41+
42+ ## Fixes
43+ - Fixed Docker image build due to bad submodule reference.
Original file line number Diff line number Diff line change 3232final class VersionInfo{
3333 public const NAME = "PocketMine-MP " ;
3434 public const BASE_VERSION = "5.37.3 " ;
35- public const IS_DEVELOPMENT_BUILD = true ;
35+ public const IS_DEVELOPMENT_BUILD = false ;
3636 public const BUILD_CHANNEL = "stable " ;
3737 public const GITHUB_URL = "https://github.com/pmmp/PocketMine-MP " ;
3838
You can’t perform that action at this time.
0 commit comments