[ANY] 5.2.8 stable

This commit is contained in:
Gravita 2022-01-12 20:35:36 +07:00
parent 788499a45c
commit ba0eca5e1f
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ public final class Version implements Comparable<Version> {
public static final int MINOR = 2;
public static final int PATCH = 8;
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;

View file

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

@ -1 +1 @@
Subproject commit ee05cd47536e7a364010ea198e758e08648597b6
Subproject commit 4eb5b32678202efcff2d7cf8f87bdf32eab5384d