Skip to content

Commit

Permalink
actual beta version instead release
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDi85 committed Jun 17, 2023
1 parent ce26741 commit 23d9fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mage.Common/src/main/java/mage/utils/MageVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
// * launcher gives priority to 1.4.48 instead 1.4.48-any-text, so don't use empty release info
public static final int MAGE_VERSION_MAJOR = 1;
public static final int MAGE_VERSION_MINOR = 4;
public static final int MAGE_VERSION_RELEASE = 50;
public static final String MAGE_VERSION_RELEASE_INFO = "V2"; // V1 for releases, V1-beta3 for betas
public static final int MAGE_VERSION_RELEASE = 52;
public static final String MAGE_VERSION_RELEASE_INFO = "V4-beta4"; // V1 for releases, V1-beta3 for betas

// strict mode
// Each update requires a strict version
Expand Down

0 comments on commit 23d9fc5

Please sign in to comment.