Update year at time of last release
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 26 Jun 2016 19:07:34 +0000 (21:07 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 26 Jun 2016 19:07:34 +0000 (21:07 +0200)
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

index 85f5a74..af90ca3 100644 (file)
@@ -119,7 +119,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        public static final Version VERSION = new Version(0, 9, 4);
 
        /** The current year at time of release. */
-       private static final int YEAR = 2015;
+       private static final int YEAR = 2016;
        private static final String SONE_HOMEPAGE = "USK@nwa8lHa271k2QvJ8aa0Ov7IHAV-DFOCFgmDt3X6BpCI,DuQSUZiI~agF8c-6tjsFFGuZ8eICrzWCILB60nT8KKo,AQACAAE/sone/";
        private static final int LATEST_EDITION = 71;