From b2dee348ff593e4eec49e46cdae400ceb8f6a8be Mon Sep 17 00:00:00 2001 From: Mark Wolfe Date: Fri, 24 Jan 2020 11:58:21 +1100 Subject: [PATCH] chore(Release) Prepare for a release --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aef03d1c6..6b992373c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME=saml2aws ARCH=$(shell uname -m) -VERSION=2.21.1 +VERSION=2.22.0 ITERATION := 1 SOURCE_FILES?=$$(go list ./... | grep -v /vendor/) diff --git a/README.md b/README.md index 0d1fbcf15..b2f3e3155 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ saml2aws --version While brew is available for Linux you can also run the following without using a package manager. ``` -$ CURRENT_VERSION=2.21.1 +$ CURRENT_VERSION=2.22.0 $ wget https://github.com/Versent/saml2aws/releases/download/v${CURRENT_VERSION}/saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz $ tar -xzvf saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz -C ~/.local/bin $ chmod u+x ~/.local/bin/saml2aws