Versions in this module Expand all Collapse all v1 v1.5.0 Apr 2, 2026 v0 v0.1.0 Apr 6, 2026 Changes in this version + type Updater struct + CurrentVersion string + RepoURL string + func NewUpdater(currentVersion string) *Updater + func (u *Updater) CheckForUpdates() (string, bool) + func (u *Updater) GetUpdateURL() string