Skip to content

Commit

Permalink
change cmd.printf to info
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVinkel committed Oct 14, 2024
1 parent 4bde377 commit 08f78f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bump/bump_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func BumpVersionCmd() *cobra.Command {
Use: "version",
Short: "Print the version of bump",
Run: func(cmd *cobra.Command, args []string) {
cmd.Printf("bump %s\n", BumpVersion)
Info("bump %s\n", BumpVersion)
},
}
}

0 comments on commit 08f78f9

Please sign in to comment.