3.9.4 is next

This commit is contained in:
Dylan K. Taylor 2019-07-29 17:27:21 +01:00
parent 18a1bfe4dd
commit 0ea9a08963

View File

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