Skip to content

Commit

Permalink
Bump to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Dec 14, 2017
1 parent 66562f2 commit fbd04b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pocketmine/network/mcpe/protocol/ProtocolInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ interface ProtocolInfo{
/**
* Actual Minecraft: PE protocol version
*/
public const CURRENT_PROTOCOL = 150;
public const CURRENT_PROTOCOL = 160;
/**
* Current Minecraft PE version reported by the server. This is usually the earliest currently supported version.
*/
public const MINECRAFT_VERSION = 'v1.2.6';
public const MINECRAFT_VERSION = 'v1.2.7';
/**
* Version number sent to clients in ping responses.
*/
public const MINECRAFT_VERSION_NETWORK = '1.2.6';
public const MINECRAFT_VERSION_NETWORK = '1.2.7';

public const LOGIN_PACKET = 0x01;
public const PLAY_STATUS_PACKET = 0x02;
Expand Down

1 comment on commit fbd04b0

@Rateek
Copy link

@Rateek Rateek commented on fbd04b0 Dec 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

best update omg

Please sign in to comment.