3.9.1 is next

This commit is contained in:
Dylan K. Taylor 2019-07-12 19:03:24 +01:00
parent bd69c66d03
commit 9d14bc54d6

View File

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