Updating version to v1.3.0

This commit is contained in:
Adam Wolfe Gordon 2018-05-24 10:43:01 -06:00
parent ab9bc7d77d
commit 51f18c0e42
1 changed files with 1 additions and 1 deletions

View File

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