changed version from 0.8.4 to 0.8.5

This commit is contained in:
magenoxx 2012-05-07 07:50:07 +04:00
parent f3ca652a0c
commit fa0e623120
28 changed files with 30 additions and 30 deletions

View file

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