Loading
clive: adapt version format to fix update notifier
The previous format caused false-positive alerts in the update notifier. The leading "v" is required by golang.org/x/mod/semver. - https://cs.opensource.google/go/x/mod/+/master:semver/semver.go;l=6-7;drc=5517a715a62aaf2d2ab02e64ce67586c60767e8f - https://github.com/koki-develop/clive/blob/114553637cf71500c673267ceab7194e06ee2951/.goreleaser.yaml#L10 - https://github.com/koki-develop/clive/blob/114553637cf71500c673267ceab7194e06ee2951/cmd/notify.go#L45-L46 - https://github.com/koki-develop/clive/blob/114553637cf71500c673267ceab7194e06ee2951/internal/util/version.go#L3