Skip to content

Commit 5d337b9

Browse files
authored
Merge pull request #71 from AkihiroSuda/dev
nerdctl: update to v0.9.0
2 parents dc5b0e2 + bc5b954 commit 5d337b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cmd/lima

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ if [ "$#" -eq 1 ]; then
1313
echo
1414
echo "See \`${LIMACTL} shell --help\` for further information."
1515
exit 0
16+
elif [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
17+
exec "$LIMACTL" "$@"
1618
fi
1719
fi
1820

pkg/cidata/cidata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/sirupsen/logrus"
2121
)
2222

23-
const NerdctlVersion = "0.8.3"
23+
const NerdctlVersion = "0.9.0"
2424

2525
func GenerateISO9660(isoPath, name string, y *limayaml.LimaYAML) error {
2626
if err := limayaml.ValidateRaw(*y); err != nil {

0 commit comments

Comments
 (0)