From 28e9b96c3960eeb2fa9683f3b5fbf01d045f4b83 Mon Sep 17 00:00:00 2001 From: Alexei Samokvalov Date: Mon, 20 Mar 2017 18:51:00 +0100 Subject: [PATCH] Version 0.12.0 --- README.md | 6 +++--- main.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cdd8d87..2588a2d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ USAGE: awstools [global options] command [command options] [arguments...] VERSION: - 0.11.3 + 0.12.0 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.3](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.12.0](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.3/awstools_linux_amd64 +$ curl -o awstools -SsL https://github.com/sam701/awstools/releases/download/0.12.0/awstools_linux_amd64 $ chmod +x awstools ``` diff --git a/main.go b/main.go index b632357..61f8779 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( func main() { app := cli.NewApp() app.Name = "awstools" - app.Version = "0.11.3" + app.Version = "0.12.0" app.Usage = "AWS tools" app.Flags = []cli.Flag{ cli.StringFlag{