diff --git a/service/updates/upgrader.go b/service/updates/upgrader.go index 9467dc73..03ec64db 100644 --- a/service/updates/upgrader.go +++ b/service/updates/upgrader.go @@ -108,7 +108,7 @@ func upgradeCoreNotify() error { pmCoreUpdate = newFile // check for new version - if info.GetInfo().Version != pmCoreUpdate.Version() { + if info.VersionNumber() != pmCoreUpdate.Version() { n := notifications.Notify(¬ifications.Notification{ EventID: "updates:core-update-available", Type: notifications.Info,