[ci skip] bump version to v1.7.2

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-12-24 16:46:02 +08:00
parent 1c466d8fcb
commit 888f68bace
1 changed files with 3 additions and 3 deletions

View File

@ -128,19 +128,19 @@ $ go get -u -v github.com/appleboy/gorush
On linux
```sh
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.1/gorush-v1.7.1-linux-amd64 -O gorush
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.2/gorush-v1.7.2-linux-amd64 -O gorush
```
On OS X
```sh
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.1/gorush-v1.7.1-darwin-amd64 -O gorush
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.2/gorush-v1.7.2-darwin-amd64 -O gorush
```
On Windows
```sh
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.1/gorush-v1.7.1-windows-amd64.exe -O gorush.exe
$ wget https://github.com/appleboy/gorush/releases/download/v1.7.2/gorush-v1.7.2-windows-amd64.exe -O gorush.exe
```
### Command Usage