fix format error

This commit is contained in:
2025-10-22 13:45:21 +02:00
parent 37f76b38ab
commit 23fd9ab3a9

View File

@@ -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)
}