1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-06-05 19:37:17 +00:00

3.9.6 is next

This commit is contained in:
Dylan K. Taylor 2019-10-01 15:02:34 +01:00
parent f0539f4898
commit 2807f14fcd

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