We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1f802 commit 2aa64f2Copy full SHA for 2aa64f2
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 = 55;
21
- public static final String MAGE_VERSION_RELEASE_INFO = "V2"; // 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
22
23
// strict mode
24
// Each update requires a strict version
0 commit comments