Skip to content

Commit

Permalink
Merge tag 'v5.6.0' into dev
Browse files Browse the repository at this point in the history
5.6.0 stable
  • Loading branch information
gravit0 committed Mar 24, 2024
2 parents 6017a89 + a8b165f commit 873100c
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 = 0;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.BETA;
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.0-SNAPSHOT'
version = '5.6.0'

apply from: 'props.gradle'

Expand Down

0 comments on commit 873100c

Please sign in to comment.