gopasspw / gopass-jsonapi

Gopass Browser Bindings
MIT License
51 stars 20 forks source link

`VERSION` is not bumped on release #92

Closed christian-heusel closed 1 year ago

christian-heusel commented 1 year ago

Summary

The latest version of gopass-jsonapi is 1.15.2 and gopass-jsonapi --version still gives 1.14.5 (the old release) because the VERSION file contains the old version in the new release.

Steps To Reproduce

$ go install github.com/gopasspw/gopass-jsonapi@v1.15.2
go: downloading github.com/gopasspw/gopass-jsonapi v1.15.2
$ gopass-jsonapi --version
gopass-jsonapi version 1.14.5

Expected behavior

Release and output of --version match

Environment

Additional context

https://gopassworkspace.slack.com/archives/C018JEGLZU3/p1671470383332919

christian-heusel commented 1 year ago

Releases that need fixing (maybe incomplete):

christian-heusel commented 1 year ago

Thanks for fixing this so quickly! 🥳