mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 14:05:35 +00:00
Leave channel ID in VersionInfo
so that I don't have to type it out every time I make a new release. Most of the time it's going to be posted to the same channel as before anyway.
This commit is contained in:
parent
bb05af103d
commit
48f77abe7e
@ -32,7 +32,7 @@ final class VersionInfo{
|
|||||||
public const BASE_VERSION = "4.0.0-BETA7";
|
public const BASE_VERSION = "4.0.0-BETA7";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = true;
|
||||||
public const BUILD_NUMBER = 0;
|
public const BUILD_NUMBER = 0;
|
||||||
public const BUILD_CHANNEL = "";
|
public const BUILD_CHANNEL = "beta";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
//NOOP
|
//NOOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user