Skip to content

Commit 2aa64f2

Browse files
committed
bump version
1 parent bd1f802 commit 2aa64f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 55;
21-
public static final String MAGE_VERSION_RELEASE_INFO = "V2"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
21+
public static final String MAGE_VERSION_RELEASE_INFO = "V3"; // 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)