mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
update client version number
This commit is contained in:
parent
73939bd72c
commit
bc5c97c560
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
|
||||
private JLabel title;
|
||||
private Rectangle titleRectangle;
|
||||
private final static MageVersion version = new MageVersion(0, 7, 4, "beta-2");
|
||||
private final static MageVersion version = new MageVersion(0, 8, 0, "");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
private static boolean liteMode = false;
|
||||
|
|
Loading…
Reference in a new issue