Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Dec 14, 2016
1 parent 300cea3 commit 8113f6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Install

[We provide binaries for all releases through GitHub](https://github.com/sam701/awstools/releases). The latest release is [0.9.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.10.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.

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

```sh
$ curl -o awstools -SsL https://github.com/sam701/awstools/releases/download/0.9.3/awstools_linux_amd64
$ curl -o awstools -SsL https://github.com/sam701/awstools/releases/download/0.10.0/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 @@ -14,7 +14,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "awstools"
app.Version = "0.9.3"
app.Version = "0.10.0"
app.Usage = "AWS tools"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 8113f6b

Please sign in to comment.