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 Mar 18, 2020
1 parent 3958802 commit 9699841
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.24.0
VERSION=2.25.0
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 @@ -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
Expand Down

0 comments on commit 9699841

Please sign in to comment.