Версия 4.0.1-beta

This commit is contained in:
Gravit 2018-10-07 20:15:47 +07:00
parent c0ccb4e5d3
commit 2486c868b3
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -62,9 +62,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 = 0; public static int PATCH = 1;
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() {