Skip to content

Commit

Permalink
bump baked-in version string
Browse files Browse the repository at this point in the history
  • Loading branch information
asauber committed Jun 25, 2019
1 parent 2e3ada3 commit 7adba57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- GO111MODULE=on

go:
- "1.11"
- "1.12.6"
- tip

script:
Expand Down
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7adba57

Please sign in to comment.