From 3ac0fb9d640d893a1102828625aa4a8ce881eb61 Mon Sep 17 00:00:00 2001 From: asalimov Date: Tue, 15 Sep 2020 15:09:43 +0300 Subject: [PATCH] added new version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab32aad..c8bac43 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Fetch the [latest release](https://github.com/gocruncher/jenkins-job-cli/release #### Linux ```bash -sudo wget https://github.com/gocruncher/jenkins-job-cli/releases/download/v1.0.1/jenkins-job-cli-1.0.1-linux-amd64 -O /usr/local/bin/jj +sudo wget https://github.com/gocruncher/jenkins-job-cli/releases/download/v1.1.2/jenkins-job-cli-1.1.2-linux-amd64 -O /usr/local/bin/jj sudo chmod +x /usr/local/bin/jj ``` @@ -24,7 +24,7 @@ brew install jj ``` #### OS X bash ```bash -sudo curl -Lo /usr/local/bin/jj https://github.com/gocruncher/jenkins-job-cli/releases/download/v1.0.1/jenkins-job-cli-1.0.1-darwin-amd64 +sudo curl -Lo /usr/local/bin/jj https://github.com/gocruncher/jenkins-job-cli/releases/download/v1.1.2/jenkins-job-cli-1.1.2-darwin-amd64 sudo chmod +x /usr/local/bin/jj ```