Change Mage version to 0.7.4-beta

This commit is contained in:
magenoxx 2011-06-09 20:20:28 +04:00
parent 9764a4e1b2
commit 18a416d184
4 changed files with 9 additions and 6 deletions

View file

@ -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;