Updating version to v1.2.0

This commit is contained in:
Maurício Linhares 2018-05-08 16:49:12 -04:00
parent c5c6644acf
commit 970b46ffe4
No known key found for this signature in database
GPG Key ID: 9D03B316BB6DFC17
1 changed files with 1 additions and 1 deletions

View File

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