Increase version number to 0.6.1.
[jSite.git] / src / de / todesbaum / jsite / main / Version.java
index 803449c..69f0f29 100644 (file)
 package de.todesbaum.jsite.main;
 
 /**
+ * Container for version information.
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class Version {
 
-       private static final String VERSION = "0.4.12.2";
+       /** The version. */
+       private static final String VERSION = "0.6.1";
 
+       /**
+        * Returns the version.
+        *
+        * @return The version
+        */
        public static final String getVersion() {
                return VERSION;
        }