Skip to content

Commit

Permalink
Version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Jun 19, 2017
1 parent d4203ae commit 82bda74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USAGE:
awstools [global options] command [command options] [arguments...]
VERSION:
0.13.0
0.13.1
COMMANDS:
assume assume role on a specified account
Expand All @@ -32,7 +32,7 @@ GLOBAL OPTIONS:

## Install

[We provide binaries for all releases through GitHub](https://github.com/sam701/awstools/releases). The latest release is [0.13.0](https://github.com/sam701/awstools/releases/latest).
[We provide binaries for all releases through GitHub](https://github.com/sam701/awstools/releases). The latest release is [0.13.1](https://github.com/sam701/awstools/releases/latest).

To install `awstools` choose the binary for your architecture (either OSX or Linux), run a download and use `chmod` to make it executable.

Expand All @@ -48,7 +48,7 @@ $ brew install awstools
### Linux

```sh
$ curl -o awstools -SsL https://github.com/sam701/awstools/releases/download/0.13.0/awstools_linux_amd64
$ curl -o awstools -SsL https://github.com/sam701/awstools/releases/download/0.13.1/awstools_linux_amd64
$ chmod +x awstools
```

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "awstools"
app.Version = "0.13.0"
app.Version = "0.13.1"
app.Usage = "AWS tools"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 82bda74

Please sign in to comment.