forked from External/mage
Change Mage version to 0.7.4-beta
This commit is contained in:
parent
9764a4e1b2
commit
18a416d184
4 changed files with 9 additions and 6 deletions
|
|
@ -61,7 +61,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, 7, 3);
|
||||
private static MageVersion version = new MageVersion(0, 7, 4, "beta");
|
||||
|
||||
public static PluginClassLoader classLoader = new PluginClassLoader();
|
||||
public static ServerImpl server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue