mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
4.0.2
This commit is contained in:
parent
e126623b6f
commit
eb5864e9c7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,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 = 1;
|
||||
public static int PATCH = 2;
|
||||
public static int BUILD = readBuildNumber();
|
||||
public static Version.Type RELEASE = Version.Type.BETA;
|
||||
|
||||
|
|
Loading…
Reference in a new issue