diff --git a/cli/recipe/version.go b/cli/recipe/version.go index c0f64580..0f59d7fd 100644 --- a/cli/recipe/version.go +++ b/cli/recipe/version.go @@ -85,6 +85,7 @@ var recipeVersionCommand = cli.Command{ if !internal.MachineReadable { fmt.Println(table) log.Infof("VERSION: %s", version) + fmt.Println() } } }