diff --git a/Makefile b/Makefile index 248afea0d..09f470b8e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME=saml2aws ARCH=$(shell uname -m) -VERSION=2.24.0 +VERSION=2.25.0 ITERATION := 1 SOURCE_FILES?=$$(go list ./... | grep -v /vendor/) diff --git a/README.md b/README.md index ca6d92765..c111ff3be 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ saml2aws --version While brew is available for Linux you can also run the following without using a package manager. ``` -$ CURRENT_VERSION=2.24.0 +$ CURRENT_VERSION=2.25.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