We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc5b0e2 + bc5b954 commit 5d337b9Copy full SHA for 5d337b9
cmd/lima
@@ -13,6 +13,8 @@ if [ "$#" -eq 1 ]; then
13
echo
14
echo "See \`${LIMACTL} shell --help\` for further information."
15
exit 0
16
+ elif [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
17
+ exec "$LIMACTL" "$@"
18
fi
19
20
pkg/cidata/cidata.go
@@ -20,7 +20,7 @@ import (
"github.com/sirupsen/logrus"
21
)
22
23
-const NerdctlVersion = "0.8.3"
+const NerdctlVersion = "0.9.0"
24
25
func GenerateISO9660(isoPath, name string, y *limayaml.LimaYAML) error {
26
if err := limayaml.ValidateRaw(*y); err != nil {
0 commit comments