increase version number to 0.99.0
[jSite2.git] / src / net / pterodactylus / jsite / main / Version.java
index be38f6d..adc8b86 100644 (file)
@@ -27,7 +27,7 @@ package net.pterodactylus.jsite.main;
 public class Version implements Comparable<Version> {
 
        /** The version of the application. */
-       private static final Version VERSION = new Version(0, 9, 0);
+       private static final Version VERSION = new Version(0, 99, 0);
 
        /** The major level of the version. */
        private final int major;