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:
Dylan K. Taylor 2021-10-28 16:03:43 +01:00
parent bb05af103d
commit 48f77abe7e
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -32,7 +32,7 @@ final class VersionInfo{
public const BASE_VERSION = "4.0.0-BETA7";
public const IS_DEVELOPMENT_BUILD = true;
public const BUILD_NUMBER = 0;
public const BUILD_CHANNEL = "";
public const BUILD_CHANNEL = "beta";
private function __construct(){
//NOOP