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; namespace pocketmine;
const NAME = "PocketMine-MP"; const NAME = "PocketMine-MP";
const BASE_VERSION = "3.7.4"; const BASE_VERSION = "3.8.0";
const IS_DEVELOPMENT_BUILD = true; const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0; const BUILD_NUMBER = 0;