Release 3.24.0

This commit is contained in:
Dylan K. Taylor
2021-10-09 20:20:37 +01:00
parent 974d08efd6
commit b54854529f
2 changed files with 15 additions and 3 deletions

View File

@ -33,7 +33,7 @@ if(defined('pocketmine\_VERSION_INFO_INCLUDED')){
const _VERSION_INFO_INCLUDED = true;
const NAME = "PocketMine-MP";
const BASE_VERSION = "3.23.2";
const IS_DEVELOPMENT_BUILD = true;
const BASE_VERSION = "3.24.0";
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;
const BUILD_CHANNEL = "";
const BUILD_CHANNEL = "stable";