Set version number to 0.9-rc1
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 12 Jun 2015 22:17:49 +0000 (00:17 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 13 Jun 2015 08:31:26 +0000 (10:31 +0200)
pom.xml
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

diff --git a/pom.xml b/pom.xml
index 67e29c9..139d3c1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>sone</artifactId>
-       <version>0.8.9</version>
+       <version>0.9-rc1</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index 2970269..392cc40 100644 (file)
@@ -116,7 +116,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 8, 9);
+       public static final Version VERSION = new Version("rc1", 0, 9);
 
        /** The logger. */
        private static final Logger logger = getLogger("Sone.Plugin");