Pushed version to 1.2.0dev.

This commit is contained in:
LevelX2 2013-10-26 13:01:31 +02:00
parent 18d8d3a753
commit d094f291aa
32 changed files with 114 additions and 114 deletions

View file

@ -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, 1, 0, "");
private static final MageVersion version = new MageVersion(1, 2, 0, "dev");
private static final transient Logger log = Logger.getLogger(SimpleMageClient.class);