mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Открыта ветка 4.2.0
This commit is contained in:
parent
a7c3edc9d1
commit
1b374c3093
1 changed files with 3 additions and 3 deletions
|
@ -59,10 +59,10 @@ public final class Launcher {
|
|||
|
||||
private static final Pattern UUID_PATTERN = Pattern.compile("-", Pattern.LITERAL);
|
||||
public static final int MAJOR = 4;
|
||||
public static final int MINOR = 1;
|
||||
public static final int MINOR = 2;
|
||||
public static final int PATCH = 0;
|
||||
public static final int BUILD = 8;
|
||||
public static final Version.Type RELEASE = Version.Type.BETA;
|
||||
public static final int BUILD = 0;
|
||||
public static final Version.Type RELEASE = Version.Type.EXPERIMENTAL;
|
||||
public static GsonBuilder gsonBuilder;
|
||||
public static Gson gson;
|
||||
|
||||
|
|
Loading…
Reference in a new issue