Update version to v1.7.5

This commit is contained in:
Ivan Ilichev 2019-03-01 16:00:05 -05:00
parent 3139eed290
commit 236f43e253
1 changed files with 1 additions and 1 deletions

View File

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