From: David ‘Bombe’ Roden Date: Tue, 27 Sep 2011 04:58:08 +0000 (+0200) Subject: Set version to 0.0.8. X-Git-Tag: 0.0.8^2 X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=commitdiff_plain;h=aa8c4f18ccbe1fd86e8da851aaa5b56d272e87a0 Set version to 0.0.8. --- diff --git a/pom.xml b/pom.xml index 4ea2a5b..fce9839 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus WoTNS - 0.0.7 + 0.0.8 net.pterodactylus diff --git a/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java b/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java index ff8f57a..abbdea5 100644 --- a/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java +++ b/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java @@ -69,7 +69,7 @@ public class WoTNSPlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL1 } /** The current version of the plugin. */ - private static final Version VERSION = new Version(0, 0, 7); + private static final Version VERSION = new Version(0, 0, 8); /** The plugin respirator. */ private PluginRespirator pluginRespirator;