Release 3.9.0

This commit is contained in:
Dylan K. Taylor
2019-07-12 19:03:23 +01:00
parent c58a1bf9b7
commit bd69c66d03
2 changed files with 13 additions and 1 deletions

View File

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