diff --git a/lib/util/update/update.go b/lib/util/update/update.go index cd718259..c220fc7d 100644 --- a/lib/util/update/update.go +++ b/lib/util/update/update.go @@ -10,11 +10,11 @@ import ( "github.com/rhysd/go-github-selfupdate/selfupdate" ) -const version = "1.3.3" +const version = "1.3.4" func ConfirmAndSelfUpdate() { log.Info("Detecting the latest version...") - latest, found, err := selfupdate.DetectLatest("wangyihang/Platypus") + latest, found, err := selfupdate.DetectLatest("WangYihang/Platypus") if err != nil { log.Error("Error occurred while detecting version: %s", err) return