3.9.8 is next

This commit is contained in:
Dylan K. Taylor 2019-10-28 16:07:35 +00:00
parent 0c91d568b4
commit 5edff79f5f

View File

@ -22,6 +22,6 @@
namespace pocketmine; namespace pocketmine;
const NAME = "PocketMine-MP"; const NAME = "PocketMine-MP";
const BASE_VERSION = "3.9.7"; const BASE_VERSION = "3.9.8";
const IS_DEVELOPMENT_BUILD = false; const IS_DEVELOPMENT_BUILD = true;
const BUILD_NUMBER = 0; const BUILD_NUMBER = 0;