Skip to content

Commit 8e34ca5

Browse files
committed
preparing release v0.0.6
1 parent 0165a4a commit 8e34ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

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

30-
1. Download the latest release ZIP file: [h2c-v0.0.5.zip](https://github.com/fstab/h2c/releases/download/v0.0.5/h2c-v0.0.5.zip)
30+
1. Download the latest release ZIP file: [h2c-v0.0.6.zip](https://github.com/fstab/h2c/releases/download/v0.0.6/h2c-v0.0.6.zip)
3131
2. Extract the ZIP file
3232
3. Find the executable for your system in the `bin` folder:
3333
* Linux: `h2c_linux_amd64`

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# boot2docker v1.7.0 has a bug with the ssl certificate, so use --tlsverify=false until this is fixed.
99
docker --tlsverify=false run -v $GOPATH:/home/go -t -i fstab/gox gox github.com/fstab/h2c
1010

11-
VERSION=v0.0.5
11+
VERSION=v0.0.6
1212

1313
rm -rf /tmp/h2c-$VERSION
1414
mkdir /tmp/h2c-$VERSION

0 commit comments

Comments
 (0)