We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b95b45 commit d8ebaa1Copy full SHA for d8ebaa1
pkg/drivers/linode/linode.go
@@ -50,7 +50,7 @@ type Driver struct {
50
51
const (
52
// VERSION represents the semver version of the package
53
- VERSION = "0.0.12"
+ VERSION = "0.0.13"
54
defaultSSHPort = 22
55
defaultSSHUser = "root"
56
defaultInstanceImage = "linode/ubuntu18.04"
0 commit comments