mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Forgot to change version in Server.
This commit is contained in:
parent
c6f6c0e02f
commit
8afc9a1023
1 changed files with 1 additions and 1 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, 2);
|
||||
private static MageVersion version = new MageVersion(0, 7, 3);
|
||||
|
||||
public static PluginClassLoader classLoader = new PluginClassLoader();
|
||||
public static ServerImpl server;
|
||||
|
|
Loading…
Reference in a new issue