Commit be697d3
fix: normalize v prefix when comparing versions (#216)
The version from goreleaser ('0.9.0') and the GitHub release tag
('v0.9.0') didn't match as strings, causing the upgrade nudge to
show even when already on the latest version.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 785443e commit be697d3
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
209 | 211 | | |
210 | 212 | | |
211 | | - | |
| 213 | + | |
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
0 commit comments