Bump to 0.14.0.7, new packets and fixes

This commit is contained in:
Intyre
2016-02-16 00:43:59 +01:00
parent 1082e32fd7
commit 05530bedc6
4 changed files with 8 additions and 6 deletions

View File

@ -75,8 +75,8 @@ namespace pocketmine {
const VERSION = "1.6dev";
const API_VERSION = "2.0.0";
const CODENAME = "[REDACTED]";
const MINECRAFT_VERSION = "v0.14.0.1 alpha";
const MINECRAFT_VERSION_NETWORK = "0.14.0.1";
const MINECRAFT_VERSION = "v0.14.0.7 alpha";
const MINECRAFT_VERSION_NETWORK = "0.14.0.7";
/*
* Startup code. Do not look at it, it may harm you.