mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Merge branch 'master' of github.com:GravitLauncher/Launcher
This commit is contained in:
commit
eef3d38f73
2 changed files with 4 additions and 3 deletions
|
@ -2,3 +2,4 @@
|
||||||
* Discord channel: https://discord.gg/aJK6nMN
|
* Discord channel: https://discord.gg/aJK6nMN
|
||||||
* [See license](LICENSE)
|
* [See license](LICENSE)
|
||||||
* Changes: [ru-ru](docs/RU-changes.md#Изменения) [en-us](docs/EN-changes.md#changes)
|
* Changes: [ru-ru](docs/RU-changes.md#Изменения) [en-us](docs/EN-changes.md#changes)
|
||||||
|
* All administrators must go to our server discord, report Gravit server site and version of our launcher.
|
||||||
|
|
|
@ -62,9 +62,9 @@ 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 = 0;
|
public static int PATCH = 1;
|
||||||
public static int BUILD = readBuildNumber();
|
public static int BUILD = readBuildNumber();
|
||||||
public static Version.Type RELEASE = Version.Type.DEV;
|
public static Version.Type RELEASE = Version.Type.BETA;
|
||||||
|
|
||||||
@LauncherAPI
|
@LauncherAPI
|
||||||
public static LauncherConfig getConfig() {
|
public static LauncherConfig getConfig() {
|
||||||
|
|
Loading…
Reference in a new issue