mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Pumped version for Mage.Console
This commit is contained in:
parent
62bd9b8b3d
commit
bbd3526780
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 static Session session;
|
||||||
private ConnectDialog connectDialog;
|
private ConnectDialog connectDialog;
|
||||||
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
||||||
private final static MageVersion version = new MageVersion(0, 10, 0, "dev");
|
private final static MageVersion version = new MageVersion(0, 10, 1, "");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the session
|
* @return the session
|
||||||
|
|
Loading…
Reference in a new issue