Skip to content

Commit a8e0066

Browse files
committed
release: v0.0.8 docker-machine rm fix for removed linode instances
1 parent 0e6d7f6 commit a8e0066

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
@@ -41,7 +41,7 @@ type Driver struct {
4141

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

0 commit comments

Comments
 (0)