mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 08:31:07 +03:00
[ANY] Experimental branch
This commit is contained in:
parent
967b81cc85
commit
f6f6ea13ad
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"features": [],
|
||||
"info": []
|
||||
"features": ["nojava8support"],
|
||||
"info": ["Java below 17 not supported"]
|
||||
}
|
|
@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
|
|||
public static final int MINOR = 5;
|
||||
public static final int PATCH = 3;
|
||||
public static final int BUILD = 1;
|
||||
public static final Version.Type RELEASE = Type.STABLE;
|
||||
public static final Version.Type RELEASE = Type.EXPERIMENTAL;
|
||||
public final int major;
|
||||
public final int minor;
|
||||
public final int patch;
|
||||
|
|
Loading…
Reference in a new issue