Skip to content

Commit

Permalink
preparint release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jun 30, 2015
1 parent f9526f2 commit faecf9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
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.4.zip](https://github.com/fstab/h2c/releases/download/v0.0.4/h2c-v0.0.4.zip)
1. Download the latest release ZIP file: [h2c-v0.0.5.zip](https://github.com/fstab/h2c/releases/download/v0.0.5/h2c-v0.0.5.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
Expand Up @@ -7,7 +7,7 @@

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

VERSION=v0.0.4
VERSION=v0.0.5

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

0 comments on commit faecf9a

Please sign in to comment.