mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Set Version to 1.0.1
This commit is contained in:
parent
e67620260c
commit
aa0290fd32
33 changed files with 35 additions and 35 deletions
|
|
@ -17,7 +17,7 @@ import java.util.UUID;
|
|||
public class SimpleMageClient implements MageClient {
|
||||
|
||||
private UUID clientId;
|
||||
private final static MageVersion version = new MageVersion(0, 8, 4, "");
|
||||
private final static MageVersion version = new MageVersion(1, 0, 1, "");
|
||||
|
||||
private static final transient Logger log = Logger.getLogger(SimpleMageClient.class);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue