From fd7c3a55ad81e26cae2a703454f907a914318938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Thu, 10 Mar 2016 12:06:18 +0100 Subject: [PATCH] preparing release 0.0.11 --- README.md | 2 +- http2client/version.go | 4 ++-- release.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c04cbb..84f96d2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,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.10.zip](https://github.com/fstab/h2c/releases/download/v0.0.10/h2c-v0.0.10.zip) +1. Download the latest release ZIP file: [h2c-v0.0.11.zip](https://github.com/fstab/h2c/releases/download/v0.0.11/h2c-v0.0.11.zip) 2. Extract the ZIP file 3. Find the executable for your system in the `bin` folder: * Linux: `h2c_linux_amd64` diff --git a/http2client/version.go b/http2client/version.go index 0e7d34e..b4655b9 100644 --- a/http2client/version.go +++ b/http2client/version.go @@ -1,6 +1,6 @@ package http2client const ( - VERSION = "v0.0.11-SNAPSHOT" - BUILD_DATE = "2016-01-22" + VERSION = "v0.0.11" + BUILD_DATE = "2016-03-10" ) diff --git a/release.sh b/release.sh index fc4facb..843c7e7 100755 --- a/release.sh +++ b/release.sh @@ -7,7 +7,7 @@ set -e # If you need a release, please get it from https://github.com/fstab/h2c # ---------------------------------------------------------------------- -VERSION=v0.0.11-SNAPSHOT +VERSION=v0.0.11 cat > $GOPATH/src/github.com/fstab/h2c/http2client/version.go <