4.0.7 stable

This commit is contained in:
Gravit 2018-11-13 19:02:50 +07:00
parent 370466dbe7
commit 56f81e791a
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -66,9 +66,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 = 6; public static int PATCH = 7;
public static int BUILD = readBuildNumber(); public static int BUILD = readBuildNumber();
public static Version.Type RELEASE = Version.Type.BETA; public static Version.Type RELEASE = Version.Type.STABLE;
@LauncherAPI @LauncherAPI
public static LauncherConfig getConfig() { public static LauncherConfig getConfig() {