v2.1.6
Bug Fixes
- Fixed 404 error when downloading updates
- The filename was using \�2.1.4\ but goreleaser produces \2.1.4\ (without the v prefix)
What was happening
When clicking 'Update' in the setup wizard, it tried to download:
- Wrong: \somm_v2.1.4_windows_amd64.zip\
- Correct: \somm_2.1.4_windows_amd64.zip\
Installation
\\�ash
go install github.com/R0LM0/somm/cmd/somm@v2.1.6
\\
Or download from Releases