From bc0598c0f1907083ab38607f13abcdaa193d7199 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 25 Feb 2017 11:30:16 +0000 Subject: [PATCH] Autogenerated data for 1.0.4.1 --- src/pocketmine/network/protocol/Info.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pocketmine/network/protocol/Info.php b/src/pocketmine/network/protocol/Info.php index e2ecab7d2..cf1d41f61 100644 --- a/src/pocketmine/network/protocol/Info.php +++ b/src/pocketmine/network/protocol/Info.php @@ -30,9 +30,9 @@ interface Info{ /** * Actual Minecraft: PE protocol version */ - const CURRENT_PROTOCOL = 101; - const MINECRAFT_VERSION = "v1.0.4.0 beta"; - const MINECRAFT_VERSION_NETWORK = "1.0.4.0"; + const CURRENT_PROTOCOL = 102; + const MINECRAFT_VERSION = "v1.0.4.1 beta"; + const MINECRAFT_VERSION_NETWORK = "1.0.4.1"; const LOGIN_PACKET = 0x01; const PLAY_STATUS_PACKET = 0x02;