3.9.5 is next

This commit is contained in:
Dylan K. Taylor 2019-08-16 17:58:02 +01:00
parent 1be6783c34
commit a19143cae7

View File

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