From 0a639c93deb03fb321e605af4dc56cd4d2d0bf3b Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 11 Jul 2021 21:21:49 +0800 Subject: [PATCH] chore: update binary link to v1.14.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 f09640d..54ea9d9 100644 --- a/README.md +++ b/README.md @@ -216,19 +216,19 @@ go get -u -v github.com/appleboy/gorush On linux ```sh -wget https://github.com/appleboy/gorush/releases/download/v1.13.0/gorush-v1.13.0-linux-amd64 -O gorush +wget https://github.com/appleboy/gorush/releases/download/v1.14.0/gorush-v1.14.0-linux-amd64 -O gorush ``` On OS X ```sh -wget https://github.com/appleboy/gorush/releases/download/v1.13.0/gorush-v1.13.0-darwin-amd64 -O gorush +wget https://github.com/appleboy/gorush/releases/download/v1.14.0/gorush-v1.14.0-darwin-amd64 -O gorush ``` On Windows ```sh -wget https://github.com/appleboy/gorush/releases/download/v1.13.0/gorush-v1.13.0-windows-amd64.exe -O gorush.exe +wget https://github.com/appleboy/gorush/releases/download/v1.14.0/gorush-v1.14.0-windows-amd64.exe -O gorush.exe ``` On macOS, use Homebrew.