mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
Updated version of ConsoleFrame.
This commit is contained in:
parent
3b03de0c3c
commit
ef6ae9f5e4
1 changed files with 1 additions and 1 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, 9, 0, "r2");
|
||||
private final static MageVersion version = new MageVersion(0, 10, 0, "dev");
|
||||
|
||||
/**
|
||||
* @return the session
|
||||
|
|
Loading…
Reference in a new issue