Bump version numbers

Getting as bad as Mojang :O
This commit is contained in:
Dylan K. Taylor 2016-11-19 14:04:00 +00:00
parent 039d6a488a
commit 252afde06f

View File

@ -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.