Skip to content

Commit ab73b91

Browse files
committed
Bump missing VERSION variable
1 parent 501664b commit ab73b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/scaleway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
const (
2323
// VERSION represents the semver version of the package
24-
VERSION = "v1.0.0+dev"
24+
VERSION = "v1.0.2+dev"
2525
defaultImage = "ubuntu-xenial"
2626
defaultBootscript = "docker"
2727
)

0 commit comments

Comments
 (0)