diff --git a/cmd/root.go b/cmd/root.go index af4e930..7bfbefb 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -19,7 +19,7 @@ func Run() { } if conf.Showversion { - fmt.Printf("This is io-exporter version %d\n", Version) + fmt.Printf("This is io-exporter version %s\n", Version) os.Exit(0) }