mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
updated Server Console version
This commit is contained in:
parent
e841ed0cf8
commit
09de04b621
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class ConsoleFrame extends javax.swing.JFrame {
|
|||
private static Session session;
|
||||
private ConnectDialog connectDialog;
|
||||
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
||||
private final static MageVersion version = new MageVersion(0, 7, 2);
|
||||
private final static MageVersion version = new MageVersion(0, 7, 3);
|
||||
|
||||
/**
|
||||
* @return the session
|
||||
|
|
Loading…
Reference in a new issue