mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] Information
This commit is contained in:
parent
96b521184f
commit
dd17e1e7b5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"features": ["java17"],
|
||||
"info": []
|
||||
"info": ["Support only Java 17+ clients", "Required Java 17"]
|
||||
}
|
|
@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
|
|||
public static final int MINOR = 3;
|
||||
public static final int PATCH = 4;
|
||||
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