3.11.1 is next

This commit is contained in:
Dylan K. Taylor 2019-12-11 18:35:03 +00:00
parent a386ff8ce7
commit 833f3e574b

View File

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