Release 3.2.4

This commit is contained in:
Dylan K. Taylor 2018-10-07 19:32:04 +01:00
parent 3617eba4a3
commit a66dd4a7d9

View File

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