Skip to content

Commit 0e1a384

Browse files
committed
bump version
1 parent c57e5ad commit 0e1a384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mage.Common/src/main/java/mage/utils/MageVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
1818
public static final int MAGE_VERSION_MAJOR = 1;
1919
public static final int MAGE_VERSION_MINOR = 4;
2020
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
21+
public static final String MAGE_VERSION_RELEASE_INFO = "V2"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
2222

2323
// strict mode
2424
// Each update requires a strict version

0 commit comments

Comments
 (0)