File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ How to Download and Run
4848
4949Binary releases are available on the [ GitHub Releases] ( https://github.com/fstab/h2c/releases ) .
5050
51- 1 . Download the latest release ZIP file: [ h2c-v0.0.9 .zip] ( https://github.com/fstab/h2c/releases/download/v0.0.9 /h2c-v0.0.9 .zip )
51+ 1 . Download the latest release ZIP file: [ h2c-v0.0.10 .zip] ( https://github.com/fstab/h2c/releases/download/v0.0.10 /h2c-v0.0.10 .zip )
52522 . Extract the ZIP file
53533 . Find the executable for your system in the ` bin ` folder:
5454 * Linux: ` h2c_linux_amd64 `
Original file line number Diff line number Diff line change 11package http2client
22
33const (
4- VERSION = "v0.0.10-SNAPSHOT "
5- BUILD_DATE = "2015-12-28 "
4+ VERSION = "v0.0.10"
5+ BUILD_DATE = "2016-01-22 "
66)
Original file line number Diff line number Diff line change 77# If you need a release, please get it from https://github.com/fstab/h2c
88# ----------------------------------------------------------------------
99
10- VERSION=v0.0.10-SNAPSHOT
10+ VERSION=v0.0.10
1111
1212cat > $GOPATH /src/github.com/fstab/h2c/http2client/version.go << EOF
1313package http2client
You can’t perform that action at this time.
0 commit comments