Set Version to 1.0.1

This commit is contained in:
LevelX2 2013-03-10 11:40:56 +01:00
parent e67620260c
commit aa0290fd32
33 changed files with 35 additions and 35 deletions

View file

@ -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);