bump version

This commit is contained in:
Oleg Agafonov 2024-12-17 00:13:21 +04:00
parent bd1f802f46
commit 2aa64f252c

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