Skip to content

Commit d8ebaa1

Browse files
committed
version bump v0.0.13
1 parent 2b95b45 commit d8ebaa1

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
@@ -50,7 +50,7 @@ type Driver struct {
5050

5151
const (
5252
// VERSION represents the semver version of the package
53-
VERSION = "0.0.12"
53+
VERSION = "0.0.13"
5454
defaultSSHPort = 22
5555
defaultSSHUser = "root"
5656
defaultInstanceImage = "linode/ubuntu18.04"

0 commit comments

Comments
 (0)