diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index de6508b2b..d7da7c282 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -73,11 +73,11 @@ namespace pocketmine { use pocketmine\wizard\Installer; use raklib\RakLib; - const VERSION = "1.6.1dev"; - const API_VERSION = "2.1.0"; + const VERSION = "1.6.2dev"; + const API_VERSION = "2.2.0"; const CODENAME = "Unleashed"; - const MINECRAFT_VERSION = "v0.16.0.5 alpha"; - const MINECRAFT_VERSION_NETWORK = "0.16.0.5"; + const MINECRAFT_VERSION = "v0.17.0.2 alpha"; + const MINECRAFT_VERSION_NETWORK = "0.17.0.2"; /* * Startup code. Do not look at it, it may harm you.