mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Prepare new release
This commit is contained in:
parent
c1772cbe9c
commit
0c394ab6a1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
|
||||||
public static final int MAGE_VERSION_MAJOR = 1;
|
public static final int MAGE_VERSION_MAJOR = 1;
|
||||||
public static final int MAGE_VERSION_MINOR = 4;
|
public static final int MAGE_VERSION_MINOR = 4;
|
||||||
public static final int MAGE_VERSION_RELEASE = 49;
|
public static final int MAGE_VERSION_RELEASE = 49;
|
||||||
public static final String MAGE_VERSION_RELEASE_INFO = "V2"; // V1 for releases, V1-beta3 for betas
|
public static final String MAGE_VERSION_RELEASE_INFO = "V3"; // V1 for releases, V1-beta3 for betas
|
||||||
|
|
||||||
// strict mode
|
// strict mode
|
||||||
// Each update requires a strict version
|
// Each update requires a strict version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue