diff --git a/.travis.yml b/.travis.yml index 473c2d1f1..f0fb97fbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: - GO111MODULE=on go: - - "1.11" + - "1.12.6" - tip script: diff --git a/client.go b/client.go index cad0b31ac..7d87dc763 100644 --- a/client.go +++ b/client.go @@ -25,7 +25,7 @@ const ( // APIProto connect to API with http(s) APIProto = "https" // Version of linodego - Version = "0.9.0" + Version = "0.10.0" // APIEnvVar environment var to check for API token APIEnvVar = "LINODE_TOKEN" // APISecondsPerPoll how frequently to poll for new Events or Status in WaitFor functions