mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Mage 1.2.0 Release
This commit is contained in:
parent
46e450fa96
commit
b724d7fe13
6 changed files with 6 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ import org.apache.log4j.Logger;
|
|||
public class SimpleMageClient implements MageClient {
|
||||
|
||||
private UUID clientId;
|
||||
private static final MageVersion version = new MageVersion(1, 2, 0, "dev");
|
||||
private static final MageVersion version = new MageVersion(1, 2, 0, "");
|
||||
|
||||
private static final transient Logger log = Logger.getLogger(SimpleMageClient.class);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue