From 1b7eb127ddd899252b2e9ac584045d8782e97999 Mon Sep 17 00:00:00 2001 From: Alexei Samokvalov Date: Fri, 10 Feb 2017 10:01:06 +0100 Subject: [PATCH] Version 0.10.1 --- README.md | 4 ++-- main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 050eb95..5307a92 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Install -[We provide binaries for all releases through GitHub](https://github.com/sam701/awstools/releases). The latest release is [0.10.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.10.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. @@ -28,7 +28,7 @@ $ brew install awstools ### Linux ```sh -$ curl -o awstools -SsL https://github.com/sam701/awstools/releases/download/0.10.0/awstools_linux_amd64 +$ curl -o awstools -SsL https://github.com/sam701/awstools/releases/download/0.10.1/awstools_linux_amd64 $ chmod +x awstools ``` diff --git a/main.go b/main.go index 70c11a4..c92e17b 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( func main() { app := cli.NewApp() app.Name = "awstools" - app.Version = "0.10.0" + app.Version = "0.10.1" app.Usage = "AWS tools" app.Flags = []cli.Flag{ cli.StringFlag{