Skip to content

Commit

Permalink
Update SetVersionTemplate add extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Oct 21, 2024
1 parent 8b7b167 commit 0e9ac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ func Execute() {
}

func init() {
rootCmd.SetVersionTemplate("{{.Version}}")
rootCmd.SetVersionTemplate("{{.Version}}\n")
}

0 comments on commit 0e9ac71

Please sign in to comment.