Skip to content

Commit

Permalink
Release version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jan 6, 2024
1 parent 585791d commit 04c2e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Make Alpine Linux VM Image
:script-name: alpine-make-vm-image
:script-sha1: 75aafcb883155bcaad9ad0dadb3e22e082152c1e
:script-sha1: 0fe2deca927bc91eb8ab32584574eee72a23d033
:gh-name: alpinelinux/{script-name}
:version: 0.12.0
:version: 0.13.0

ifdef::env-github[]
image:https://github.com/{gh-name}/workflows/CI/badge.svg["Build Status", link="https://github.com/{gh-name}/actions"]
Expand Down
2 changes: 1 addition & 1 deletion alpine-make-vm-image
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ set -eu
PATH="$PATH:/usr/sbin:/usr/bin:/sbin:/bin"

readonly PROGNAME='alpine-make-vm-image'
readonly VERSION='0.12.0'
readonly VERSION='0.13.0'
readonly VIRTUAL_PKG=".make-$PROGNAME"
# An opaque string used to detect changes in resolv.conf.
readonly RESOLVCONF_MARK="### created by $PROGNAME ###"
Expand Down

0 comments on commit 04c2e6d

Please sign in to comment.