Skip to content

Commit

Permalink
chore(Release) Prepare for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Wolfe committed Jan 23, 2020
1 parent 940f6b6 commit ec72cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec72cdb

Please sign in to comment.