Skip to content

Commit

Permalink
Bump version to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed May 29, 2015
1 parent 87346c5 commit d10c4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ doctl is a tool for controlling your digital ocean resources from the command li

## Installation

Download [pre-built binaries](https://github.com/doctl/releases) from this repository, or clone and build yourself:
Download [pre-built binaries](https://github.com/digitalocean/doctl/releases) from this repository, or clone and build yourself:

```
$ git clone
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"golang.org/x/oauth2"
)

const AppVersion = "0.0.14"
const AppVersion = "0.0.16"

var APIKey string
var OutputFormat string
Expand Down

0 comments on commit d10c4c1

Please sign in to comment.