Skip to content

Commit ab7d810

Browse files
authored
Release 5.37.3 (#6907)
1 parent 9b07e6b commit ab7d810

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
@@ -32,7 +32,7 @@
3232
final 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

0 commit comments

Comments
 (0)