Skip to content

Commit c86a759

Browse files
committed
release: v0.0.11 updated for linodego 0.5.1
1 parent bff5ad9 commit c86a759

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
[[constraint]]
2929
name = "github.com/linode/linodego"
30-
version = "0.3.0"
30+
version = "0.5.1"
3131

3232
[[constraint]]
3333
name = "github.com/docker/machine"

pkg/drivers/linode/linode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type Driver struct {
4141

4242
const (
4343
// VERSION represents the semver version of the package
44-
VERSION = "0.0.9"
44+
VERSION = "0.0.11"
4545
defaultSSHPort = 22
4646
defaultSSHUser = "root"
4747
defaultInstanceImage = "linode/ubuntu18.04"

0 commit comments

Comments
 (0)