Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
haniokasai committed Mar 7, 2019
1 parent 400c566 commit 44637e3
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 @@ -38,8 +38,8 @@

const NAME = "PocketMine-MP";
const BASE_VERSION = "3.6.5";
const IS_DEVELOPMENT_BUILD = true;
const BUILD_NUMBER = 0;
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 1;
const MIN_PHP_VERSION = "7.2.0";

function critical_error($message){
Expand Down

0 comments on commit 44637e3

Please sign in to comment.