From: David ‘Bombe’ Roden Date: Mon, 26 May 2014 17:55:50 +0000 (+0200) Subject: Set Sone version to 0.8.9. X-Git-Tag: 0.8.9^2 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=f9701b47938c2cf9e9b91fdf85be7bb46dd774cd Set Sone version to 0.8.9. --- diff --git a/pom.xml b/pom.xml index 7286872..e96a971 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus sone - 0.8.8 + 0.8.9 net.pterodactylus diff --git a/src/main/java/net/pterodactylus/sone/main/SonePlugin.java b/src/main/java/net/pterodactylus/sone/main/SonePlugin.java index 61095b1..42eeb45 100644 --- a/src/main/java/net/pterodactylus/sone/main/SonePlugin.java +++ b/src/main/java/net/pterodactylus/sone/main/SonePlugin.java @@ -104,7 +104,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr } /** The version. */ - public static final Version VERSION = new Version(0, 8, 8); + public static final Version VERSION = new Version(0, 8, 9); /** The logger. */ private static final Logger logger = Logging.getLogger(SonePlugin.class);