From cc8593de04009ef1c1b67b98568720cb8d935eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Wed, 17 Jun 2015 14:40:33 +0200 Subject: [PATCH] preparing release v0.0.3 --- README.md | 2 +- release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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