From: David ‘Bombe’ Roden Date: Mon, 11 Jul 2016 17:54:38 +0000 (+0200) Subject: Change version number to 0.9.5 X-Git-Tag: 0.9.5^2~1 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b4d4c2cda1c87aabfb40c9ae0ee794ebd5a1ab7c Change version number to 0.9.5 --- diff --git a/pom.xml b/pom.xml index b20d3de..1799801 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus sone - 0.9.4 + 0.9.5 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 af90ca3..a208fd1 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, 4); + public static final Version VERSION = new Version(0, 9, 5); /** The current year at time of release. */ private static final int YEAR = 2016;