Skip to content

Commit 9ea902c

Browse files
committed
chore: Update version to 0.2.0
- Changed the `version` constant in `cmd/cmdr/main.go` from "0.1.0" to "0.2.0".
1 parent c5f6474 commit 9ea902c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/cmdr/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/osteele/cmd-runner/internal"
1010
)
1111

12-
const version = "0.1.0"
12+
const version = "0.2.0"
1313

1414
func showHelp() {
1515
fmt.Fprintf(os.Stderr, "cmd-runner %s - Smart command runner for multiple build systems\n\n", version)

0 commit comments

Comments
 (0)