3.8.7 is next

This commit is contained in:
Dylan K. Taylor 2019-07-07 17:49:37 +01:00
parent 1bfd6f2a90
commit 3f31dbde57

View File

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