mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 22:14:01 +03:00
Prepare for beta iteration.
This commit is contained in:
parent
7d44e68264
commit
aba66dbff5
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ public final class Launcher {
|
|||
public static int MAJOR = 4;
|
||||
public static int MINOR = 1;
|
||||
public static int PATCH = 0;
|
||||
public static int BUILD = 1;
|
||||
public static Version.Type RELEASE = Version.Type.DEV;
|
||||
public static int BUILD = 2;
|
||||
public static Version.Type RELEASE = Version.Type.BETA;
|
||||
|
||||
@LauncherAPI
|
||||
public static LauncherConfig getConfig() {
|
||||
|
|
Loading…
Reference in a new issue