From 908c2219b34871d1cabca519de53dbcba7be9500 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 5 Apr 2017 12:23:50 +0800 Subject: [PATCH] release 1.8.0 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 f1e1cdb..7198cb3 100644 --- a/README.md +++ b/README.md @@ -143,19 +143,19 @@ $ go get -u -v github.com/appleboy/gorush On linux ```sh -$ wget https://github.com/appleboy/gorush/releases/download/v1.7.4/gorush-v1.7.4-linux-amd64 -O gorush +$ wget https://github.com/appleboy/gorush/releases/download/v1.8.0/gorush-v1.8.0-linux-amd64 -O gorush ``` On OS X ```sh -$ wget https://github.com/appleboy/gorush/releases/download/v1.7.4/gorush-v1.7.4-darwin-amd64 -O gorush +$ wget https://github.com/appleboy/gorush/releases/download/v1.8.0/gorush-v1.8.0-darwin-amd64 -O gorush ``` On Windows ```sh -$ wget https://github.com/appleboy/gorush/releases/download/v1.7.4/gorush-v1.7.4-windows-amd64.exe -O gorush.exe +$ wget https://github.com/appleboy/gorush/releases/download/v1.8.0/gorush-v1.8.0-windows-amd64.exe -O gorush.exe ``` ### Command Usage