forked from External/mage
Change Mage version to 0.7.4-beta
This commit is contained in:
parent
9764a4e1b2
commit
18a416d184
4 changed files with 9 additions and 6 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, 3);
|
||||
private final static MageVersion version = new MageVersion(0, 7, 4, "beta");
|
||||
|
||||
/**
|
||||
* @return the session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue