mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
- added card download for unstable set from scryfall;
- changed client version from 9 to 10b;
This commit is contained in:
parent
f09a541282
commit
f39e4fd4ee
4 changed files with 7 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue