Skip to content

Commit a161e41

Browse files
committed
preparing release 0.0.10
1 parent 24be795 commit a161e41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ How to Download and Run
4848

4949
Binary releases are available on the [GitHub Releases](https://github.com/fstab/h2c/releases).
5050

51-
1. Download the latest release ZIP file: [h2c-v0.0.9.zip](https://github.com/fstab/h2c/releases/download/v0.0.9/h2c-v0.0.9.zip)
51+
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)
5252
2. Extract the ZIP file
5353
3. Find the executable for your system in the `bin` folder:
5454
* Linux: `h2c_linux_amd64`

http2client/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package http2client
22

33
const (
4-
VERSION = "v0.0.10-SNAPSHOT"
5-
BUILD_DATE = "2015-12-28"
4+
VERSION = "v0.0.10"
5+
BUILD_DATE = "2016-01-22"
66
)

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
# If you need a release, please get it from https://github.com/fstab/h2c
88
# ----------------------------------------------------------------------
99

10-
VERSION=v0.0.10-SNAPSHOT
10+
VERSION=v0.0.10
1111

1212
cat > $GOPATH/src/github.com/fstab/h2c/http2client/version.go <<EOF
1313
package http2client

0 commit comments

Comments
 (0)