Forgot to change version in Server.

This commit is contained in:
magenoxx 2011-05-20 01:17:56 +04:00
parent c6f6c0e02f
commit 8afc9a1023

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, 2);
private static MageVersion version = new MageVersion(0, 7, 3);
public static PluginClassLoader classLoader = new PluginClassLoader();
public static ServerImpl server;