Skip to content

Commit b2dee34

Browse files
author
Mark Wolfe
committed
chore(Release) Prepare for a release
1 parent b7a08b2 commit b2dee34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NAME=saml2aws
22
ARCH=$(shell uname -m)
3-
VERSION=2.21.1
3+
VERSION=2.22.0
44
ITERATION := 1
55

66
SOURCE_FILES?=$$(go list ./... | grep -v /vendor/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ saml2aws --version
8282
While brew is available for Linux you can also run the following without using a package manager.
8383

8484
```
85-
$ CURRENT_VERSION=2.21.1
85+
$ CURRENT_VERSION=2.22.0
8686
$ wget https://github.com/Versent/saml2aws/releases/download/v${CURRENT_VERSION}/saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz
8787
$ tar -xzvf saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz -C ~/.local/bin
8888
$ chmod u+x ~/.local/bin/saml2aws

0 commit comments

Comments
 (0)