Release 3.9.3

This commit is contained in:
Dylan K. Taylor
2019-07-29 17:27:21 +01:00
parent 2d3562c687
commit 18a1bfe4dd
2 changed files with 6 additions and 1 deletions

View File

@ -23,5 +23,5 @@ namespace pocketmine;
const NAME = "PocketMine-MP";
const BASE_VERSION = "3.9.3";
const IS_DEVELOPMENT_BUILD = true;
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;