Skip to content

Commit

Permalink
Merge pull request #71 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
nerdctl: update to v0.9.0
  • Loading branch information
AkihiroSuda authored Jun 22, 2021
2 parents dc5b0e2 + bc5b954 commit 5d337b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cmd/lima
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if [ "$#" -eq 1 ]; then
echo
echo "See \`${LIMACTL} shell --help\` for further information."
exit 0
elif [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
exec "$LIMACTL" "$@"
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion pkg/cidata/cidata.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/sirupsen/logrus"
)

const NerdctlVersion = "0.8.3"
const NerdctlVersion = "0.9.0"

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

0 comments on commit 5d337b9

Please sign in to comment.