Skip to content

Commit

Permalink
Release 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 26, 2024
1 parent c58e599 commit aee3656
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/5.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ Released 23rd February 2024.

## Internals
- Updated GitHub Actions versions to get rid of deprecation warnings.

# 5.11.2
Released 26th February 2024.

## Fixes
- Added extra checks for `BookEditPacket` handling.
2 changes: 1 addition & 1 deletion src/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "5.11.2";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";

/**
Expand Down

0 comments on commit aee3656

Please sign in to comment.