Skip to content

Commit

Permalink
preparing release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jun 17, 2015
1 parent c6630f4 commit cc8593d
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 @@ -19,7 +19,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.2.zip](https://github.com/fstab/h2c/releases/download/v0.0.2/h2c-v0.0.2.zip)
1. Download the latest release ZIP file: [h2c-v0.0.3.zip](https://github.com/fstab/h2c/releases/download/v0.0.3/h2c-v0.0.3.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.2
VERSION=v0.0.3

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

0 comments on commit cc8593d

Please sign in to comment.