mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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
|
|
@ -57,7 +57,7 @@ public class ConsoleFrame extends javax.swing.JFrame implements MageClient {
|
|||
private static Session session;
|
||||
private ConnectDialog connectDialog;
|
||||
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
||||
private final static MageVersion version = new MageVersion(0, 10, 1, "");
|
||||
private final static MageVersion version = new MageVersion(1, 0, 0, "");
|
||||
|
||||
/**
|
||||
* @return the session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue