Set version to 0.9.1
[Sone.git] / src / main / java / net / pterodactylus / sone / main / SonePlugin.java
index c5620f6..d7f642b 100644 (file)
@@ -116,7 +116,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 9);
+       public static final Version VERSION = new Version(0, 9, 1);
 
        /** The current year at time of release. */
        private static final int YEAR = 2015;