mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Pumped version in java files and main pom
This commit is contained in:
parent
5577d5b3a8
commit
441a9870c8
4 changed files with 5 additions and 5 deletions
|
|
@ -72,7 +72,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, 10, 1, "");
|
||||
private static MageVersion version = new MageVersion(1, 0, 0, "");
|
||||
|
||||
public static PluginClassLoader classLoader = new PluginClassLoader();
|
||||
public static TransporterServer server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue