Release 3.8.0

This commit is contained in:
Dylan K. Taylor 2019-04-24 19:54:57 +01:00
parent fa70127241
commit 088fbf65b1

View File

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