Set Version 1.3.0.

This commit is contained in:
LevelX2 2014-01-25 15:55:58 +01:00
parent ad71ec6aad
commit 89fa841d52
2 changed files with 12 additions and 4 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, 2, 0, "");
private static final MageVersion version = new MageVersion(1, 3, 0, "");
private static volatile int connected;