3.8.5 is next

This commit is contained in:
Dylan K. Taylor 2019-06-10 17:56:23 +01:00
parent a42f68d3cf
commit 7c1f038f20

View File

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