diff --git a/cli/main.go b/cli/main.go index b02b5677..108c56e4 100644 --- a/cli/main.go +++ b/cli/main.go @@ -55,7 +55,7 @@ func Main() { func start(_ context.Context, cmd *cli.Command) error { // Only print the version if the flag is set if cmd.IsSet(versionFlag.Name) { - log.Infof("mev-boost %s\n", config.Version) + fmt.Fprintf(cmd.Writer, "mev-boost %s\n", config.Version) return nil }