Skip to content

v2.1.6

Choose a tag to compare

@R0LM0 R0LM0 released this 03 Aug 18:45

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