Skip to content

Commit c93b38a

Browse files
committed
Update version to 0.2.0
1 parent 92ee4ef commit c93b38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"gopkg.in/yaml.v3"
1313
)
1414

15-
const Version = "0.1.0"
15+
const Version = "0.2.0"
1616

1717
func main() {
1818
log.Printf("SmartScaleConnect version %s %s/%s\n", Version, runtime.GOOS, runtime.GOARCH)

0 commit comments

Comments
 (0)