Changed version from 0.7.5 to 0.7.6

This commit is contained in:
magenoxx 2011-09-18 13:57:43 +04:00
parent abdff12e15
commit 2d8948b8f6
26 changed files with 27 additions and 27 deletions

View file

@ -76,7 +76,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, 5, "");
private static MageVersion version = new MageVersion(0, 7, 6, "");
public static PluginClassLoader classLoader = new PluginClassLoader();
public static TransporterServer server;