Skip to content

Commit

Permalink
Merge tag 'v5.6.5' into dev
Browse files Browse the repository at this point in the history
5.6.5-stable
  • Loading branch information
gravit0 committed Jul 21, 2024
2 parents 7d7485a + b1a5ecd commit a5ef86b
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 @@ -6,7 +6,7 @@ public final class Version implements Comparable<Version> {

public static final int MAJOR = 5;
public static final int MINOR = 6;
public static final int PATCH = 4;
public static final int PATCH = 5;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.STABLE;
public final int major;
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.4'
version = '5.6.5'

apply from: 'props.gradle'

Expand Down

0 comments on commit a5ef86b

Please sign in to comment.