[FEATURE] Забытая смена версии

This commit is contained in:
Gravit 2019-09-18 03:11:45 +07:00
parent 053ca39dfe
commit e2d3e3068f
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 3 additions and 3 deletions

View file

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

View file

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