mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
Версия 4.0.1-beta
This commit is contained in:
parent
c0ccb4e5d3
commit
2486c868b3
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,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 = 0;
|
||||
public static int PATCH = 1;
|
||||
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