Skip to content

Commit 711c172

Browse files
committed
release: v0.0.12 adding support for StackScripts (Thanks @al45tair!)
1 parent 3c03c12 commit 711c172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/drivers/linode/linode.go

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

4949
const (
5050
// VERSION represents the semver version of the package
51-
VERSION = "0.0.11"
51+
VERSION = "0.0.12"
5252
defaultSSHPort = 22
5353
defaultSSHUser = "root"
5454
defaultInstanceImage = "linode/ubuntu18.04"

0 commit comments

Comments
 (0)