From aff833cd0c00be8bde364fc88080532870eb5214 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 25 Jan 2017 08:56:59 +0800 Subject: [PATCH] docs: [ci skip] upgrade to 1.7.4 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 625febe..9e979ca 100644 --- a/README.md +++ b/README.md @@ -130,19 +130,19 @@ $ go get -u -v github.com/appleboy/gorush On linux ```sh -$ wget https://github.com/appleboy/gorush/releases/download/v1.7.3/gorush-v1.7.3-linux-amd64 -O gorush +$ wget https://github.com/appleboy/gorush/releases/download/v1.7.4/gorush-v1.7.4-linux-amd64 -O gorush ``` On OS X ```sh -$ wget https://github.com/appleboy/gorush/releases/download/v1.7.3/gorush-v1.7.3-darwin-amd64 -O gorush +$ wget https://github.com/appleboy/gorush/releases/download/v1.7.4/gorush-v1.7.4-darwin-amd64 -O gorush ``` On Windows ```sh -$ wget https://github.com/appleboy/gorush/releases/download/v1.7.3/gorush-v1.7.3-windows-amd64.exe -O gorush.exe +$ wget https://github.com/appleboy/gorush/releases/download/v1.7.4/gorush-v1.7.4-windows-amd64.exe -O gorush.exe ``` ### Command Usage