disable dev flag for release

This commit is contained in:
Dylan K. Taylor 2018-06-24 16:34:19 +01:00
parent d3e54db146
commit cade15e2dd

View File

@ -38,7 +38,7 @@ namespace pocketmine {
const NAME = "PocketMine-MP";
const BASE_VERSION = "3.0.3";
const IS_DEVELOPMENT_BUILD = true;
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;
const MIN_PHP_VERSION = "7.2.0";