Skip to content

Commit 6b457f5

Browse files
committed
Prepare new release
1 parent 7b19956 commit 6b457f5

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
@@ -13,7 +13,7 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
1313
public static final int MAGE_VERSION_MINOR = 4;
1414
public static final int MAGE_VERSION_PATCH = 45;
1515
public static final String MAGE_EDITION_INFO = ""; // set "-beta2" for 1.4.32V1-beta2
16-
public static final String MAGE_VERSION_MINOR_PATCH = "V0"; // default
16+
public static final String MAGE_VERSION_MINOR_PATCH = "V1"; // default
1717
// strict mode
1818
private static final boolean MAGE_VERSION_MINOR_PATCH_MUST_BE_SAME = true; // set true on uncompatible github changes, set false after new major release (after MAGE_VERSION_PATCH changes)
1919

0 commit comments

Comments
 (0)