fix: spacer between multiple versions

This commit is contained in:
2024-07-17 02:12:26 +02:00
parent aedf5e5ff7
commit 7734dd555d

View File

@ -85,6 +85,7 @@ var recipeVersionCommand = cli.Command{
if !internal.MachineReadable {
fmt.Println(table)
log.Infof("VERSION: %s", version)
fmt.Println()
}
}
}