[go: nahoru, domu]

Skip to content

Commit

Permalink
[+] Release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Apr 18, 2021
1 parent 4b1c901 commit 161f37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util/update/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 161f37d

Please sign in to comment.