We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ee4ef commit c93b38aCopy full SHA for c93b38a
main.go
@@ -12,7 +12,7 @@ import (
12
"gopkg.in/yaml.v3"
13
)
14
15
-const Version = "0.1.0"
+const Version = "0.2.0"
16
17
func main() {
18
log.Printf("SmartScaleConnect version %s %s/%s\n", Version, runtime.GOOS, runtime.GOARCH)
0 commit comments