4.1.0-b4 experimental

This commit is contained in:
Gravit 2018-12-24 17:17:24 +07:00
parent 5eac763f8f
commit 1c5741d0d8
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -61,8 +61,8 @@ public final class Launcher {
public static int MAJOR = 4;
public static int MINOR = 1;
public static int PATCH = 0;
public static int BUILD = 3;
public static Version.Type RELEASE = Version.Type.DEV;
public static int BUILD = 4;
public static Version.Type RELEASE = Version.Type.EXPERIMENTAL;
public static GsonBuilder gsonBuilder;
public static Gson gson;