Expose the version.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 27 Oct 2010 19:40:38 +0000 (21:40 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 27 Oct 2010 19:40:38 +0000 (21:40 +0200)
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

index ba262f8..2215745 100644 (file)
@@ -79,7 +79,7 @@ public class SonePlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL10
        }
 
        /** The version. */
-       private static final Version VERSION = new Version("SNAPSHOT", 0, 1);
+       public static final Version VERSION = new Version("RC1", 0, 1);
 
        /** The logger. */
        private static final Logger logger = Logging.getLogger(SonePlugin.class);