Release 5.0.3b3 Stable

This commit is contained in:
Gravit 2019-06-10 11:25:18 +07:00
parent a56bd18e95
commit 6c178636c3
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -23,7 +23,7 @@ public final class Version {
public static final int MAJOR = 5;
public static final int MINOR = 0;
public static final int PATCH = 3;
public static final int BUILD = 2;
public static final int BUILD = 3;
public static final Version.Type RELEASE = Version.Type.STABLE;
@LauncherAPI