diff --git a/upgrade.go b/upgrade.go index 36b0eeec514b7ec1e7f69037529813d779040398..4976069b42fbf08e61b6b17e9828f6356c781a51 100644 --- a/upgrade.go +++ b/upgrade.go @@ -137,6 +137,10 @@ func runUpgrade(apply bool) error { successStyle.Render(check), "Upgraded to", chipStyle.Render(latestVersion)) + fmt.Printf("%s %s\n", + chipStyle.Render("NOTE:"), + "taking advantage of this binary upgrade might require updating your rules") + fmt.Printf("⮑ %s\n", lipgloss.NewStyle().Underline(true).Render("https://"+info.Main.Path)) return nil }