This commit is contained in:
Loki 2012-09-04 18:33:51 +12:00
parent 9c779595b3
commit 76bb3f827d
2 changed files with 2 additions and 2 deletions

View file

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