mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
4.1.0-b4 experimental
This commit is contained in:
parent
5eac763f8f
commit
1c5741d0d8
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 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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue