mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
4.0.5
This commit is contained in:
parent
897ed1b19e
commit
4ac26bf3d8
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ 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 = 4;
|
||||
public static int PATCH = 5;
|
||||
public static int BUILD = readBuildNumber();
|
||||
public static Version.Type RELEASE = Version.Type.DEV;
|
||||
public static Version.Type RELEASE = Version.Type.BETA;
|
||||
|
||||
@LauncherAPI
|
||||
public static LauncherConfig getConfig() {
|
||||
|
|
Loading…
Reference in a new issue