Skip to content

Commit 04c2e6d

Browse files
committed
Release version 0.13.0
1 parent 585791d commit 04c2e6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
= Make Alpine Linux VM Image
22
:script-name: alpine-make-vm-image
3-
:script-sha1: 75aafcb883155bcaad9ad0dadb3e22e082152c1e
3+
:script-sha1: 0fe2deca927bc91eb8ab32584574eee72a23d033
44
:gh-name: alpinelinux/{script-name}
5-
:version: 0.12.0
5+
:version: 0.13.0
66

77
ifdef::env-github[]
88
image:https://github.com/{gh-name}/workflows/CI/badge.svg["Build Status", link="https://github.com/{gh-name}/actions"]

alpine-make-vm-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ set -eu
115115
PATH="$PATH:/usr/sbin:/usr/bin:/sbin:/bin"
116116

117117
readonly PROGNAME='alpine-make-vm-image'
118-
readonly VERSION='0.12.0'
118+
readonly VERSION='0.13.0'
119119
readonly VIRTUAL_PKG=".make-$PROGNAME"
120120
# An opaque string used to detect changes in resolv.conf.
121121
readonly RESOLVCONF_MARK="### created by $PROGNAME ###"

0 commit comments

Comments
 (0)