From 888f68bace45317f46d7236d0d86c9d378692351 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 24 Dec 2016 16:46:02 +0800 Subject: [PATCH] [ci skip] bump version to v1.7.2 Signed-off-by: Bo-Yi Wu --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60dbfd9..bc96d6c 100644 --- a/README.md +++ b/README.md @@ -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