mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
4.0.8
This commit is contained in:
parent
d89c976a5c
commit
fb75e7f5a5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ static int readBuildNumber() {
|
|||
private static final Pattern UUID_PATTERN = Pattern.compile("-", Pattern.LITERAL);
|
||||
public static int MAJOR = 4;
|
||||
public static int MINOR = 0;
|
||||
public static int PATCH = 7;
|
||||
public static int PATCH = 8;
|
||||
public static int BUILD = readBuildNumber();
|
||||
public static Version.Type RELEASE = Version.Type.STABLE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue