[ANY] 5.5.6 stable

This commit is contained in:
Gravita 2024-03-14 18:14:03 +07:00
parent 31dc4052c8
commit a02a5b6af3
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 = 5;
public static final int PATCH = 5;
public static final int PATCH = 6;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.LTS;
public final int major;

View file

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