update libraryVersion

This commit is contained in:
Kumar Saurabh 2020-07-15 11:43:37 +05:30 committed by Andrew Starr-Bochicchio
parent c9d5c6b078
commit 8c8be91eb5
1 changed files with 1 additions and 1 deletions

View File

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