Update libraryVersion in godo.go for release 1.21.0

This commit is contained in:
Steven Normore 2019-09-16 16:03:11 -04:00
parent 97a54b78eb
commit 4a445bbbe0
1 changed files with 1 additions and 1 deletions

View File

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