`houndd -version` returns v0.4.0 on v0.5.0
ictrobot opened this issue · 2 comments
ictrobot commented
> go install github.com/hound-search/hound/cmds/houndd@v0.5.0
go: downloading github.com/hound-search/hound v0.5.0
go: downloading github.com/blang/semver v3.5.1+incompatible
> houndd -version
houndd v0.4.0
Presumably it should say houndd v0.5.0
? It appears the version number is just hardcoded and was not updated
Lines 119 to 123 in 27fa1ef
salemhilal commented
Ah yes, this is something we always forget to do -_-
Thank you for noticing! I'll update and release a patch.
salemhilal commented