mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
bump version
This commit is contained in:
parent
62ba9f02ba
commit
37cb2e38f6
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 = 56;
|
public static final int MAGE_VERSION_RELEASE = 56;
|
||||||
public static final String MAGE_VERSION_RELEASE_INFO = "V2b"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
|
public static final String MAGE_VERSION_RELEASE_INFO = "V3"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 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