mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 19:29:59 -08:00
Pushed version to 1.0.3 dev.
This commit is contained in:
parent
6b38cd5b18
commit
5336d4c0f9
31 changed files with 32 additions and 32 deletions
|
|
@ -17,7 +17,7 @@ import java.util.UUID;
|
|||
public class SimpleMageClient implements MageClient {
|
||||
|
||||
private UUID clientId;
|
||||
private static final MageVersion version = new MageVersion(1, 0, 2, "");
|
||||
private static final MageVersion version = new MageVersion(1, 0, 3, "");
|
||||
|
||||
private static final transient Logger log = Logger.getLogger(SimpleMageClient.class);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue