We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f6474 commit 9ea902cCopy full SHA for 9ea902c
1 file changed
cmd/cmdr/main.go
@@ -9,7 +9,7 @@ import (
9
"github.com/osteele/cmd-runner/internal"
10
)
11
12
-const version = "0.1.0"
+const version = "0.2.0"
13
14
func showHelp() {
15
fmt.Fprintf(os.Stderr, "cmd-runner %s - Smart command runner for multiple build systems\n\n", version)
0 commit comments