[ANY] Release 5.0.9

This commit is contained in:
Gravit 2019-09-27 06:42:43 +07:00
parent a3a2b1ac3e
commit ac3cde45f0
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ public final class Version {
public static final int MINOR = 0;
public static final int PATCH = 9;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.DEV;
public static final Version.Type RELEASE = Type.STABLE;
@LauncherAPI
public Version(int major, int minor, int patch) {

View file

@ -4,7 +4,7 @@
id 'signing'
}
group = 'pro.gravit.launcher'
version = '5.0.9-SNAPSHOT'
version = '5.0.9'
configure(subprojects.findAll { it.name != 'modules' }) {
apply plugin: 'idea'