Skip to content

Commit 81d3017

Browse files
authored
Murphy's Law (#6698)
1 parent a37353c commit 81d3017

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelogs/5.28.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ Released 17th May 2025.
2525

2626
## Fixes
2727
- Fixed errors when PlayStation players attempt to join due to null `TitleID`.
28+
29+
# 5.28.2
30+
Released 17th May 2025.
31+
32+
## Fixes
33+
- Fixed version constraints which were incorrectly updated during the 1.21.80 update. This led to an unnoticed failure to update BedrockProtocol in the previous patch release.
34+
- Actually fixed PlayStation issues this time

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.28.2";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
/**

0 commit comments

Comments
 (0)