Skip to content

Commit

Permalink
bump to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesClonk committed Feb 25, 2021
1 parent 235de26 commit 8c01e24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ arch:
- amd64
- ppc64le
go:
- "1.14.x"
- "1.15.x"
- "1.16.x"

env:
- GOARCH=amd64
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ $ export VULTR_API_KEY=87dFbC91rJjkL/18zJEQxS
* Run it
```sh
$ vultr version
Client version: 2.0.1
Client version: 2.0.3
Vultr API endpoint: https://api.vultr.com/
Vultr API version: v1
OS/Arch (client): linux/amd64
Go version: go1.10
Go version: go1.16
```

---
Expand Down Expand Up @@ -54,11 +54,11 @@ $ export VULTR_API_KEY=89dFbb91rGjkL/12zJEQxS
* Run it
```sh
$ vultr version
Client version: 2.0.1
Client version: 2.0.3
Vultr API endpoint: https://api.vultr.com/
Vultr API version: v1
OS/Arch (client): linux/amd64
Go version: go1.10
Go version: go1.16
```

---
Expand Down
2 changes: 1 addition & 1 deletion lib/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
// Version of this library
Version = "2.0.2"
Version = "2.0.3"

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

0 comments on commit 8c01e24

Please sign in to comment.