We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a08b2 commit b2dee34Copy full SHA for b2dee34
2 files changed
Makefile
@@ -1,6 +1,6 @@
1
NAME=saml2aws
2
ARCH=$(shell uname -m)
3
-VERSION=2.21.1
+VERSION=2.22.0
4
ITERATION := 1
5
6
SOURCE_FILES?=$$(go list ./... | grep -v /vendor/)
README.md
@@ -82,7 +82,7 @@ saml2aws --version
82
While brew is available for Linux you can also run the following without using a package manager.
83
84
```
85
-$ CURRENT_VERSION=2.21.1
+$ CURRENT_VERSION=2.22.0
86
$ wget https://github.com/Versent/saml2aws/releases/download/v${CURRENT_VERSION}/saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz
87
$ tar -xzvf saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz -C ~/.local/bin
88
$ chmod u+x ~/.local/bin/saml2aws
0 commit comments