From baa094a2d1988686a001cfd21545becce28e009f Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 10 Mar 2019 11:49:31 +0000 Subject: [PATCH] 3.6.6 is next --- src/pocketmine/PocketMine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index f92cc9e4d..eed869755 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -37,8 +37,8 @@ namespace pocketmine { use pocketmine\wizard\SetupWizard; const NAME = "PocketMine-MP"; - const BASE_VERSION = "3.6.5"; - const IS_DEVELOPMENT_BUILD = false; + const BASE_VERSION = "3.6.6"; + const IS_DEVELOPMENT_BUILD = true; const BUILD_NUMBER = 0; const MIN_PHP_VERSION = "7.2.0";