Mage 1.2.0 Release

This commit is contained in:
LevelX2 2013-12-31 17:29:00 +01:00
parent 46e450fa96
commit b724d7fe13
6 changed files with 6 additions and 5 deletions

View file

@ -80,7 +80,7 @@ public class Main {
private static final String testModeArg = "-testMode=";
private static final String adminPasswordArg = "-adminPassword=";
private static final String pluginFolder = "plugins";
private static MageVersion version = new MageVersion(1, 2, 0, "dev");
private static MageVersion version = new MageVersion(1, 2, 0, "");
public static PluginClassLoader classLoader = new PluginClassLoader();
public static TransporterServer server;