Bump API version for release

This commit is contained in:
Dylan K. Taylor
2018-02-04 18:06:02 +00:00
parent b659a3d39f
commit 07bf1c9e22
3 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ namespace pocketmine {
const NAME = "PocketMine-MP"; const NAME = "PocketMine-MP";
const VERSION = "1.7dev"; const VERSION = "1.7dev";
const API_VERSION = "3.0.0-ALPHA10"; const API_VERSION = "3.0.0-ALPHA11";
const CODENAME = "[REDACTED]"; const CODENAME = "[REDACTED]";
const MIN_PHP_VERSION = "7.2.0RC3"; const MIN_PHP_VERSION = "7.2.0RC3";