3.9.7 is next

This commit is contained in:
Dylan K. Taylor 2019-10-22 14:38:02 +01:00
parent d1b70bd400
commit 3d840e969d

View File

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