mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Merge tag 'v5.0.0b7' into dev
5.0.0b7 Stable
This commit is contained in:
commit
85e0a2e1f8
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ public final class Version {
|
|||
public static final int MAJOR = 5;
|
||||
public static final int MINOR = 0;
|
||||
public static final int PATCH = 0;
|
||||
public static final int BUILD = 6;
|
||||
public static final Version.Type RELEASE = Version.Type.BETA;
|
||||
public static final int BUILD = 7;
|
||||
public static final Version.Type RELEASE = Version.Type.STABLE;
|
||||
|
||||
@LauncherAPI
|
||||
public Version(int major, int minor, int patch) {
|
||||
|
|
Loading…
Reference in a new issue