API bump to 3.0.0-ALPHA12

Yes, I am not happy about this either. new-versioning has issues, and there hasn't been enough development and testing on it.
I didn't want to delay release to cram in a half-baked new versioning system, and it's ended up delayed anyway and new-versioning is still half-baked.
we're overdue a new release, so here it is.
This commit is contained in:
Dylan K. Taylor
2018-04-13 13:31:15 +01:00
parent e565cdeea4
commit a30a157d8c
3 changed files with 3 additions and 3 deletions

View File

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