Skip to content

Commit

Permalink
5.103.1 is next
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 committed Aug 21, 2024
1 parent 64f5920 commit a1e1dc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "5.103.0";
public const IS_DEVELOPMENT_BUILD = false;
public const BASE_VERSION = "5.103.1";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_CHANNEL = "stable";

/**
Expand All @@ -48,7 +48,7 @@ final class VersionInfo{
/**
* Name of the NBT tag used to store the world data version.
*/
public const TAG_WORLD_DATA_VERSION = "PMMPDataVersion"; // TAG_Long
public const TAG_WORLD_DATA_VERSION = "PMMPDataVersion"; //TAG_Long

private function __construct(){
//NOOP
Expand Down

0 comments on commit a1e1dc8

Please sign in to comment.