Skip to content

Commit

Permalink
preparing release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Aug 28, 2015
1 parent aa1d1b5 commit 6f73629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.6.zip](https://github.com/fstab/h2c/releases/download/v0.0.6/h2c-v0.0.6.zip)
1. Download the latest release ZIP file: [h2c-v0.0.7.zip](https://github.com/fstab/h2c/releases/download/v0.0.7/h2c-v0.0.7.zip)
2. Extract the ZIP file
3. Find the executable for your system in the `bin` folder:
* Linux: `h2c_linux_amd64`
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

docker run -v $GOPATH:/home/go -t -i fstab/gox gox github.com/fstab/h2c

VERSION=v0.0.6
VERSION=v0.0.7

rm -rf /tmp/h2c-$VERSION
mkdir /tmp/h2c-$VERSION
Expand Down

0 comments on commit 6f73629

Please sign in to comment.