diff --git a/README.md b/README.md index 99da2b5..b995de5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ USAGE: awstools [global options] command [command options] [arguments...] VERSION: - 0.11.0 + 0.11.2 COMMANDS: assume assume role on a specified account @@ -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.11.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.11.2](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. @@ -48,7 +48,7 @@ $ brew install awstools ### Linux ```sh -$ curl -o awstools -SsL https://github.com/sam701/awstools/releases/download/0.11.0/awstools_linux_amd64 +$ curl -o awstools -SsL https://github.com/sam701/awstools/releases/download/0.11.2/awstools_linux_amd64 $ chmod +x awstools ``` diff --git a/main.go b/main.go index dc0daf3..6c0f476 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( func main() { app := cli.NewApp() app.Name = "awstools" - app.Version = "0.11.0" + app.Version = "0.11.2" app.Usage = "AWS tools" app.Flags = []cli.Flag{ cli.StringFlag{