Skip to content

Commit 9333a87

Browse files
Merge 'stable' into 'minor-next'
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/19601207222
2 parents 19cf57a + 50b72e7 commit 9333a87

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelogs/5.37.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

src/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
34-
public const BASE_VERSION = "5.37.3";
34+
public const BASE_VERSION = "5.37.4";
3535
public const IS_DEVELOPMENT_BUILD = true;
3636
public const BUILD_CHANNEL = "stable";
3737
public const GITHUB_URL = "https://github.com/pmmp/PocketMine-MP";

0 commit comments

Comments
 (0)