From ec72cdb754ed361c19eb0d28a9d21cf53d2a0bc5 Mon Sep 17 00:00:00 2001 From: Mark Wolfe Date: Fri, 24 Jan 2020 09:09:51 +1000 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 37f0d670a..aef03d1c6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME=saml2aws ARCH=$(shell uname -m) -VERSION=2.21.0 +VERSION=2.21.1 ITERATION := 1 SOURCE_FILES?=$$(go list ./... | grep -v /vendor/) diff --git a/README.md b/README.md index e1ef18867..ed36759d7 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.20.0 +$ CURRENT_VERSION=2.21.1 $ 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