mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
4.0.3
This commit is contained in:
parent
7f470ab3e3
commit
354974a0c7
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);
|
private static final Pattern UUID_PATTERN = Pattern.compile("-", Pattern.LITERAL);
|
||||||
public static int MAJOR = 4;
|
public static int MAJOR = 4;
|
||||||
public static int MINOR = 0;
|
public static int MINOR = 0;
|
||||||
public static int PATCH = 2;
|
public static int PATCH = 3;
|
||||||
public static int BUILD = readBuildNumber();
|
public static int BUILD = readBuildNumber();
|
||||||
public static Version.Type RELEASE = Version.Type.BETA;
|
public static Version.Type RELEASE = Version.Type.BETA;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue