version bump

This commit is contained in:
Oleg Agafonov 2024-12-01 21:16:21 +04:00
parent 8f3cd5a106
commit 996de811da

View file

@ -18,7 +18,7 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
public static final int MAGE_VERSION_MAJOR = 1; public static final int MAGE_VERSION_MAJOR = 1;
public static final int MAGE_VERSION_MINOR = 4; public static final int MAGE_VERSION_MINOR = 4;
public static final int MAGE_VERSION_RELEASE = 55; public static final int MAGE_VERSION_RELEASE = 55;
public static final String MAGE_VERSION_RELEASE_INFO = "V1"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas public static final String MAGE_VERSION_RELEASE_INFO = "V2"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
// strict mode // strict mode
// Each update requires a strict version // Each update requires a strict version