bump version to 0.10.1

This commit is contained in:
Loki 2012-12-28 12:48:26 +13:00
parent addfe34c0e
commit aa31ef23d3
27 changed files with 28 additions and 28 deletions

View file

@ -72,7 +72,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, 10, 0, "dev");
private static MageVersion version = new MageVersion(0, 10, 1, "");
public static PluginClassLoader classLoader = new PluginClassLoader();
public static TransporterServer server;