mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
4.1.0-b5 beta
This commit is contained in:
parent
6bc949752d
commit
426c7be60d
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ public final class Launcher {
|
||||||
public static int MAJOR = 4;
|
public static int MAJOR = 4;
|
||||||
public static int MINOR = 1;
|
public static int MINOR = 1;
|
||||||
public static int PATCH = 0;
|
public static int PATCH = 0;
|
||||||
public static int BUILD = 4;
|
public static int BUILD = 5;
|
||||||
public static Version.Type RELEASE = Version.Type.EXPERIMENTAL;
|
public static Version.Type RELEASE = Version.Type.BETA;
|
||||||
public static GsonBuilder gsonBuilder;
|
public static GsonBuilder gsonBuilder;
|
||||||
public static Gson gson;
|
public static Gson gson;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue