Skip to content

Commit

Permalink
3.2.7 is next
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Oct 25, 2018
1 parent c38e2c5 commit b0624af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pocketmine/PocketMine.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
use pocketmine\wizard\SetupWizard;

const NAME = "PocketMine-MP";
const BASE_VERSION = "3.2.6";
const IS_DEVELOPMENT_BUILD = false;
const BASE_VERSION = "3.2.7";
const IS_DEVELOPMENT_BUILD = true;
const BUILD_NUMBER = 0;

const MIN_PHP_VERSION = "7.2.0";
Expand Down

0 comments on commit b0624af

Please sign in to comment.