Skip to content

Commit 7adba57

Browse files
committed
bump baked-in version string
1 parent 2e3ada3 commit 7adba57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- GO111MODULE=on
99

1010
go:
11-
- "1.11"
11+
- "1.12.6"
1212
- tip
1313

1414
script:

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
// APIProto connect to API with http(s)
2626
APIProto = "https"
2727
// Version of linodego
28-
Version = "0.9.0"
28+
Version = "0.10.0"
2929
// APIEnvVar environment var to check for API token
3030
APIEnvVar = "LINODE_TOKEN"
3131
// APISecondsPerPoll how frequently to poll for new Events or Status in WaitFor functions

0 commit comments

Comments
 (0)