Skip to content

Commit

Permalink
feat: Add message who shows the current new v.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom5521 committed Jun 25, 2024
1 parent 4d270f0 commit 64e950f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func ApplyUpdate(tag string) (err error) {
err = updateCompletions()
if err == nil {
color.Infoln("Upgrade completed successfully")
fmt.Printf("%s -> %s\n", color.Red.Render(meta.Version), color.Green.Render(tag))
}

return
Expand Down

0 comments on commit 64e950f

Please sign in to comment.