3.11.4 is next

This commit is contained in:
Dylan K. Taylor 2020-01-04 16:46:55 +00:00
parent 0d5704b156
commit 27350c4673

View File

@ -32,6 +32,6 @@ const _VERSION_INFO_INCLUDED = true;
const NAME = "PocketMine-MP";
const BASE_VERSION = "3.11.3";
const IS_DEVELOPMENT_BUILD = false;
const BASE_VERSION = "3.11.4";
const IS_DEVELOPMENT_BUILD = true;
const BUILD_NUMBER = 0;