forked from External/mage
bump version to 0.10.1
This commit is contained in:
parent
addfe34c0e
commit
aa31ef23d3
27 changed files with 28 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue