Prepare for beta iteration.

This commit is contained in:
zaxar163 2018-12-18 16:39:16 +03:00
parent 7d44e68264
commit aba66dbff5
No known key found for this signature in database
GPG key ID: E3B309DD3852DE06

View file

@ -59,8 +59,8 @@ public final class Launcher {
public static int MAJOR = 4;
public static int MINOR = 1;
public static int PATCH = 0;
public static int BUILD = 1;
public static Version.Type RELEASE = Version.Type.DEV;
public static int BUILD = 2;
public static Version.Type RELEASE = Version.Type.BETA;
@LauncherAPI
public static LauncherConfig getConfig() {