mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
Merge tag 'v5.0.0' into dev
Beta 5.0.0b2
This commit is contained in:
commit
4597ea64e9
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ public final class Launcher {
|
|||
public static final int MAJOR = 5;
|
||||
public static final int MINOR = 0;
|
||||
public static final int PATCH = 0;
|
||||
public static final int BUILD = 1;
|
||||
public static final Version.Type RELEASE = Version.Type.DEV;
|
||||
public static final int BUILD = 2;
|
||||
public static final Version.Type RELEASE = Version.Type.BETA;
|
||||
public static GsonManager gsonManager;
|
||||
|
||||
@LauncherAPI
|
||||
|
|
Loading…
Reference in a new issue