Update libraryVersion to 0.20.0 in godo.go

This commit is contained in:
Steven Normore 2019-09-06 11:26:43 -04:00
parent 1ca2589c38
commit 42d1039bff
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
## [v1.20.0] - 2019-09-06
- #252 Add Kubernetes autoscale config fields - @snormore
- #251 Support unset fields on Kubernetes cluster and node pool updates @snormore
- #251 Support unset fields on Kubernetes cluster and node pool updates - @snormore
- #250 Add Kubernetes GetUser method - @snormore
## [v1.19.0] - 2019-07-19

View File

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