mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[ANY] 5.5.0 dev
This commit is contained in:
parent
1d563249d1
commit
29aee9dd30
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"features": ["separate"],
|
||||
"features": [],
|
||||
"info": []
|
||||
}
|
|
@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
|
|||
public static final int MINOR = 5;
|
||||
public static final int PATCH = 0;
|
||||
public static final int BUILD = 1;
|
||||
public static final Version.Type RELEASE = Type.EXPERIMENTAL;
|
||||
public static final Version.Type RELEASE = Type.DEV;
|
||||
public final int major;
|
||||
public final int minor;
|
||||
public final int patch;
|
||||
|
|
Loading…
Reference in a new issue