diff --git a/README.md b/README.md index 06b685d..4d42c8f 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/release.sh b/release.sh index 4ce167b..6f48471 100755 --- a/release.sh +++ b/release.sh @@ -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