From: David ‘Bombe’ Roden Date: Sun, 19 Jul 2015 18:43:29 +0000 (+0200) Subject: Set version to 0.9.2 X-Git-Tag: 0.9.2^2~1 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=8b0855723b7be5002c276f40c4abb746328bb5e6 Set version to 0.9.2 --- diff --git a/pom.xml b/pom.xml index b5a7c8b..4609326 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus sone - 0.9.1 + 0.9.2 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 3960479..82640ef 100644 --- a/src/main/java/net/pterodactylus/sone/main/SonePlugin.java +++ b/src/main/java/net/pterodactylus/sone/main/SonePlugin.java @@ -116,7 +116,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr } /** The version. */ - public static final Version VERSION = new Version(0, 9, 1); + public static final Version VERSION = new Version(0, 9, 2); /** The current year at time of release. */ private static final int YEAR = 2015;