We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 974c3c6 + 1039452 commit 5d021b5Copy full SHA for 5d021b5
2 files changed
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "com.gravitlauncher.launcher"
8
-version = "5.7.10-SNAPSHOT"
+version = "5.7.10"
9
10
11
val myVersion = version
components/launcher-core/src/main/java/pro/gravit/utils/Version.java
@@ -6,7 +6,7 @@ public final class Version implements Comparable<Version> {
public static final int MAJOR = 5;
public static final int MINOR = 7;
- public static final int PATCH = 9;
+ public static final int PATCH = 10;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.STABLE;
12
public final int major;
0 commit comments