mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] 5.0.11 beta
This commit is contained in:
parent
9eb130b6e6
commit
5828885112
2 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ public final class Version {
|
|||
public final Type release;
|
||||
public static final int MAJOR = 5;
|
||||
public static final int MINOR = 0;
|
||||
public static final int PATCH = 10;
|
||||
public static final int PATCH = 11;
|
||||
public static final int BUILD = 1;
|
||||
public static final Version.Type RELEASE = Type.STABLE;
|
||||
public static final Version.Type RELEASE = Type.BETA;
|
||||
|
||||
@LauncherAPI
|
||||
public Version(int major, int minor, int patch) {
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit 3bee30b78fb6a2e92fc97e3b6a257a8c4e9d4d54
|
||||
Subproject commit 6d0b3e25fa59503d67f4177b587934ad288218ff
|
Loading…
Reference in a new issue