[ANY] 5.1.0-dev

This commit is contained in:
Gravit 2019-10-28 01:31:04 +07:00
parent ead52415fd
commit 888a3a92d9
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 4 additions and 4 deletions

View file

@ -16,10 +16,10 @@ public final class Version {
@LauncherAPI
public final Type release;
public static final int MAJOR = 5;
public static final int MINOR = 0;
public static final int PATCH = 10;
public static final int MINOR = 1;
public static final int PATCH = 0;
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.10'
version = '5.1.0-SNAPSHOT'
configure(subprojects.findAll { it.name != 'modules' }) {
apply plugin: 'idea'