mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] 5.1.12 lts
This commit is contained in:
parent
853595e576
commit
5e3bde9dc1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ public final class Version {
|
|||
public static final int MINOR = 1;
|
||||
public static final int PATCH = 12;
|
||||
public static final int BUILD = 1;
|
||||
public static final Version.Type RELEASE = Type.UNKNOWN;
|
||||
public static final Version.Type RELEASE = Type.LTS;
|
||||
public final int major;
|
||||
public final int minor;
|
||||
public final int patch;
|
||||
|
|
Loading…
Reference in a new issue