- added card download for unstable set from scryfall;

- changed client version from 9 to 10b;
This commit is contained in:
Oleg Agafonov 2017-12-10 17:43:37 +04:00
parent f09a541282
commit f39e4fd4ee
4 changed files with 7 additions and 5 deletions

View file

@ -41,7 +41,7 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
public final static int MAGE_VERSION_MAJOR = 1;
public final static int MAGE_VERSION_MINOR = 4;
public final static int MAGE_VERSION_PATCH = 26;
public final static String MAGE_VERSION_MINOR_PATCH = "V9";
public final static String MAGE_VERSION_MINOR_PATCH = "V10b";
public final static String MAGE_VERSION_INFO = "";
private final int major;