Release 3.11.0

This commit is contained in:
Dylan K. Taylor
2019-12-11 18:35:03 +00:00
parent e6c3b0fc0d
commit a386ff8ce7
2 changed files with 13 additions and 2 deletions

View File

@ -30,6 +30,6 @@ const _VERSION_INFO_INCLUDED = true;
const NAME = "PocketMine-MP";
const BASE_VERSION = "3.10.2";
const IS_DEVELOPMENT_BUILD = true;
const BASE_VERSION = "3.11.0";
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;