Bump version to v1.22.0

This commit is contained in:
Steven Normore 2019-09-24 08:17:31 -04:00
parent 6262745764
commit 522b8c2d9c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## Unreleased
## [v1.22.0] - 2019-09-24
- #259 Add Kubernetes GetCredentials method - @snormore

View File

@ -17,7 +17,7 @@ import (
)
const (
libraryVersion = "1.21.1"
libraryVersion = "1.22.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"