[ANY] 5.1.2 BETA

This commit is contained in:
Gravit 2020-03-27 10:12:22 +07:00
parent 924f3dd958
commit 64bc2eb3c8
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ public final class Version {
public static final int MINOR = 1;
public static final int PATCH = 2;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.DEV;
public static final Version.Type RELEASE = Type.BETA;
public Version(int major, int minor, int patch) {

View file

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