Skip to content

Commit

Permalink
preparing release 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed May 8, 2016
1 parent 6c427d1 commit a8ab571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ How to Download and Run

Binary releases are available on the [GitHub Releases](https://github.com/fstab/h2c/releases).

1. Download the latest release ZIP file: [h2c-v0.0.11.zip](https://github.com/fstab/h2c/releases/download/v0.0.11/h2c-v0.0.11.zip)
1. Download the latest release ZIP file: [h2c-v0.0.12.zip](https://github.com/fstab/h2c/releases/download/v0.0.12/h2c-v0.0.12.zip)
2. Extract the ZIP file
3. Find the executable for your system in the `bin` folder:
* Linux: `h2c_linux_amd64`
Expand Down
4 changes: 2 additions & 2 deletions http2client/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package http2client

const (
VERSION = "v0.0.12-SNAPSHOT"
BUILD_DATE = "2016-03-10"
VERSION = "v0.0.12"
BUILD_DATE = "2016-05-08"
)
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
# If you need a release, please get it from https://github.com/fstab/h2c
# ----------------------------------------------------------------------

VERSION=v0.0.12-SNAPSHOT
VERSION=v0.0.12

cat > $GOPATH/src/github.com/fstab/h2c/http2client/version.go <<EOF
package http2client
Expand Down

0 comments on commit a8ab571

Please sign in to comment.