Skip to content

Commit

Permalink
bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesClonk committed Mar 21, 2019
1 parent ab236da commit fed59ad
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 @@ -21,7 +21,7 @@ $ export VULTR_API_KEY=87dFbC91rJjkL/18zJEQxS
* Run it
```sh
$ vultr version
Client version: 1.15.0
Client version: 2.0.0
Vultr API endpoint: https://api.vultr.com/
Vultr API version: v1
OS/Arch (client): linux/amd64
Expand All @@ -46,7 +46,7 @@ $ export VULTR_API_KEY=89dFbb91rGjkL/12zJEQxS
* Run it
```sh
$ vultr version
Client version: 1.15.0
Client version: 2.0.0
Vultr API endpoint: https://api.vultr.com/
Vultr API version: v1
OS/Arch (client): linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion lib/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

const (
// Version of this libary
Version = "1.15.0"
Version = "2.0.0"

// APIVersion of Vultr
APIVersion = "v1"
Expand Down

0 comments on commit fed59ad

Please sign in to comment.