Skip to content

Commit

Permalink
Merge tag 'v5.6.3' into dev
Browse files Browse the repository at this point in the history
5.6.3-stable
  • Loading branch information
gravit0 committed Jul 18, 2024
2 parents 1bd5d88 + ede9ab2 commit 903c4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LauncherCore/src/main/java/pro/gravit/utils/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
public static final int MINOR = 6;
public static final int PATCH = 3;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.DEV;
public static final Version.Type RELEASE = Type.STABLE;
public final int major;
public final int minor;
public final int patch;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'org.openjfx.javafxplugin' version '0.1.0' apply false
}
group = 'pro.gravit.launcher'
version = '5.6.2'
version = '5.6.3'

apply from: 'props.gradle'

Expand Down

0 comments on commit 903c4d4

Please sign in to comment.