Closed davecheney closed 8 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.
httpstat -v
$ 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.
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.Then upload the release binaries to github.