davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.95k stars 382 forks source link

Add -v and release script #85

Closed davecheney closed 7 years ago

davecheney commented 7 years ago

Updates #60

This PR adds a version flag to httpstat, httpstat -v. The value reported is obtained from main.version which is overridden for release builds with the supplied Makefile.

$ git tag -a v1.0.0 -m 'release version 1.0.0'
$ env VERSION=1.0.0 make release

Then upload the release binaries to github.