We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b07e6b commit ab7d810Copy full SHA for ab7d810
2 files changed
changelogs/5.37.md
@@ -35,3 +35,9 @@ Released 21st November 2025.
35
## Documentation
36
- Added folder and script plugin examples in the `examples/plugins` folder. (@dktapps)
37
- 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
@@ -32,7 +32,7 @@
32
final class VersionInfo{
33
public const NAME = "PocketMine-MP";
34
public const BASE_VERSION = "5.37.3";
- public const IS_DEVELOPMENT_BUILD = true;
+ public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";
public const GITHUB_URL = "https://github.com/pmmp/PocketMine-MP";
0 commit comments