[ANY] 5.6.10 stable

This commit is contained in:
Gravita 2025-02-24 14:34:44 +07:00
parent b7ed56b27e
commit 641796b44e
2 changed files with 2 additions and 2 deletions

View file

@ -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 = 9;
public static final int PATCH = 10;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.STABLE;
public final int major;

View file

@ -5,7 +5,7 @@
id 'org.openjfx.javafxplugin' version '0.1.0' apply false
}
group = 'pro.gravit.launcher'
version = '5.6.9'
version = '5.6.10'
apply from: 'props.gradle'