Set version to 1.1.0 dev.

This commit is contained in:
LevelX2 2013-07-21 22:52:25 +02:00
parent 7ba3d451da
commit 7d0cf3cd8c
31 changed files with 33 additions and 33 deletions

View file

@ -30,7 +30,7 @@ public class MultiConnectTest {
private static final CountDownLatch latch = new CountDownLatch(USER_CONNECT_COUNT);
private static final MageVersion version = new MageVersion(1, 0, 3, "");
private static final MageVersion version = new MageVersion(1, 1, 0, "dev");
private static volatile int connected;