Skip to content

Commit cc6d43d

Browse files
committed
Merge tag 'v5.7.0' into dev
5.7.0 beta release
2 parents 97e2099 + a6e02e3 commit cc6d43d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.gravitlauncher.launcher"
8-
version = "5.7.0-SNAPSHOT"
8+
version = "5.7.0"
99

1010

1111
val myVersion = version

components/launcher-core/src/main/java/pro/gravit/utils/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
88
public static final int MINOR = 7;
99
public static final int PATCH = 0;
1010
public static final int BUILD = 1;
11-
public static final Version.Type RELEASE = Type.DEV;
11+
public static final Version.Type RELEASE = Type.BETA;
1212
public final int major;
1313
public final int minor;
1414
public final int patch;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"features": ["new-api"],
3-
"info": []
3+
"info": ["This is a beta release of one of the biggest technical updates to the GravitLauncher. Be careful!"]
44
}

0 commit comments

Comments
 (0)