Increase version number to 0.7.1.
[jSite.git] / src / de / todesbaum / jsite / main / Main.java
index 0f5e5ae..a2ba940 100644 (file)
@@ -74,7 +74,7 @@ import de.todesbaum.util.swing.WizardListener;
 public class Main implements ActionListener, ListSelectionListener, WizardListener, NodeManagerListener, UpdateListener {
 
        /** The version. */
-       private static final Version VERSION = new Version(0, 7);
+       private static final Version VERSION = new Version(0, 7, 1);
 
        /** The configuration. */
        private Configuration configuration;