mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Set version to 1.1.0 dev.
This commit is contained in:
parent
7ba3d451da
commit
7d0cf3cd8c
31 changed files with 33 additions and 33 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, 3, "");
|
||||
private static final MageVersion version = new MageVersion(1, 1, 0, "dev");
|
||||
|
||||
private static final transient Logger log = Logger.getLogger(SimpleMageClient.class);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue