Merge tag 'v5.0.0b7' into dev

5.0.0b7 Stable
This commit is contained in:
Gravit 2019-05-15 18:23:52 +07:00
commit 85e0a2e1f8
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -18,8 +18,8 @@ public final class Version {
public static final int MAJOR = 5;
public static final int MINOR = 0;
public static final int PATCH = 0;
public static final int BUILD = 6;
public static final Version.Type RELEASE = Version.Type.BETA;
public static final int BUILD = 7;
public static final Version.Type RELEASE = Version.Type.STABLE;
@LauncherAPI
public Version(int major, int minor, int patch) {