mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
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
|
|
@ -108,7 +108,7 @@ public class MageFrame extends javax.swing.JFrame implements Client {
|
|||
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
|
||||
private JLabel title;
|
||||
private Rectangle titleRectangle;
|
||||
private final static MageVersion version = new MageVersion(0, 7, 3);
|
||||
private final static MageVersion version = new MageVersion(0, 7, 4, "beta");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue