Store and propagate the latest edition, too.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
index 0df6d79..67a3952 100644 (file)
@@ -765,7 +765,7 @@ public class WebInterface implements CoreListener {
         * {@inheritDoc}
         */
        @Override
-       public void updateFound(Version version, long releaseTime) {
+       public void updateFound(Version version, long releaseTime, long latestEdition) {
                newVersionNotification.getTemplateContext().set("version", version);
                newVersionNotification.getTemplateContext().set("releaseTime", releaseTime);
                notificationManager.addNotification(newVersionNotification);