diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index 3c6fd1ace..e056bd217 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -72,11 +72,11 @@ namespace pocketmine { use pocketmine\utils\Utils; use pocketmine\wizard\Installer; - const VERSION = "1.6dev"; + const VERSION = "1.6.1dev"; const API_VERSION = "2.1.0"; const CODENAME = "Unleashed"; - const MINECRAFT_VERSION = "v0.15.90.8 alpha"; - const MINECRAFT_VERSION_NETWORK = "0.15.90.8"; + const MINECRAFT_VERSION = "v0.16.0.5 alpha"; + const MINECRAFT_VERSION_NETWORK = "0.16.0.5"; /* * Startup code. Do not look at it, it may harm you. diff --git a/src/pocketmine/network/protocol/Info.php b/src/pocketmine/network/protocol/Info.php index 2726e0cc2..85c1801ad 100644 --- a/src/pocketmine/network/protocol/Info.php +++ b/src/pocketmine/network/protocol/Info.php @@ -30,7 +30,7 @@ interface Info{ /** * Actual Minecraft: PE protocol version */ - const CURRENT_PROTOCOL = 90; + const CURRENT_PROTOCOL = 91; const LOGIN_PACKET = 0x01; const PLAY_STATUS_PACKET = 0x02;