mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Removed dev version string accidently committed.
This commit is contained in:
parent
40c25fae34
commit
b273074e2f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ import org.w3c.dom.Element;
|
|||
public class Main {
|
||||
|
||||
private static final Logger logger = Logger.getLogger(Main.class);
|
||||
private static final MageVersion version = new MageVersion(1, 3, 0, "dev2014-02-03");
|
||||
private static final MageVersion version = new MageVersion(1, 3, 0, "");
|
||||
|
||||
private static final String testModeArg = "-testMode=";
|
||||
private static final String adminPasswordArg = "-adminPassword=";
|
||||
|
|
Loading…
Reference in a new issue