Set version to 0.9.2.
[jSite.git] / src / de / todesbaum / jsite / main / Main.java
index 442b16d..af921cf 100644 (file)
@@ -77,7 +77,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen
        private static final Logger logger = Logger.getLogger(Main.class.getName());
 
        /** The version. */
-       private static final Version VERSION = new Version(0, 9, 1);
+       private static final Version VERSION = new Version(0, 9, 2);
 
        /** The configuration. */
        private Configuration configuration;