We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dedee commit 33cb0ffCopy full SHA for 33cb0ff
cmd/root.go
@@ -36,6 +36,7 @@ func Execute() {
36
}
37
38
func init() {
39
+ rootCmd.Version = Version
40
rootCmd.SetVersionTemplate(
41
fmt.Sprintf(
42
"bootstrap-cli %s\nCommit: %s\nBuilt: %s\n",
0 commit comments