mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 17:11:39 +03:00
[ANY] 4.2.0-b1 stable
This commit is contained in:
parent
75238943e4
commit
1af6c27d3e
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ public final class Launcher {
|
||||||
public static final int MAJOR = 4;
|
public static final int MAJOR = 4;
|
||||||
public static final int MINOR = 2;
|
public static final int MINOR = 2;
|
||||||
public static final int PATCH = 0;
|
public static final int PATCH = 0;
|
||||||
public static final int BUILD = 0;
|
public static final int BUILD = 1;
|
||||||
public static final Version.Type RELEASE = Version.Type.EXPERIMENTAL;
|
public static final Version.Type RELEASE = Version.Type.STABLE;
|
||||||
public static GsonBuilder gsonBuilder;
|
public static GsonBuilder gsonBuilder;
|
||||||
public static Gson gson;
|
public static Gson gson;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue