This commit is contained in:
Gravit 2018-11-01 19:22:40 +07:00
parent 897ed1b19e
commit 4ac26bf3d8
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -64,9 +64,9 @@ static int readBuildNumber() {
private static final Pattern UUID_PATTERN = Pattern.compile("-", Pattern.LITERAL); private static final Pattern UUID_PATTERN = Pattern.compile("-", Pattern.LITERAL);
public static int MAJOR = 4; public static int MAJOR = 4;
public static int MINOR = 0; public static int MINOR = 0;
public static int PATCH = 4; public static int PATCH = 5;
public static int BUILD = readBuildNumber(); public static int BUILD = readBuildNumber();
public static Version.Type RELEASE = Version.Type.DEV; public static Version.Type RELEASE = Version.Type.BETA;
@LauncherAPI @LauncherAPI
public static LauncherConfig getConfig() { public static LauncherConfig getConfig() {