Skip to content

Commit

Permalink
⚡ Change the new release warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed May 25, 2023
1 parent 2edb987 commit a163f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/version/versionCheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func CheckNewerVersion() {
} else {
downloadCommand = fmt.Sprintf("sh <(curl -Ls %s/install)", misc.Website)
}
msg := fmt.Sprintf("There is a new release! %v -> %v run:", misc.Ver, latestVersion)
msg := fmt.Sprintf("There is a new release! %v -> %v Please upgrade to the latest release, as new releases are not always backward compatible. Run:", misc.Ver, latestVersion)
log.Warn().Str("command", downloadCommand).Msg(fmt.Sprintf(utils.Yellow, msg))
}
}

0 comments on commit a163f9c

Please sign in to comment.