There was an error while loading. Please reload this page.
1 parent c57e5ad commit 0e1a384Copy full SHA for 0e1a384
1 file changed
Mage.Common/src/main/java/mage/utils/MageVersion.java
@@ -18,7 +18,7 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
18
public static final int MAGE_VERSION_MAJOR = 1;
19
public static final int MAGE_VERSION_MINOR = 4;
20
public static final int MAGE_VERSION_RELEASE = 56;
21
- public static final String MAGE_VERSION_RELEASE_INFO = "V1"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
+ public static final String MAGE_VERSION_RELEASE_INFO = "V2"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
22
23
// strict mode
24
// Each update requires a strict version
0 commit comments