Skip to content

Commit d36bcd9

Browse files
committed
Release version 0.13.1
1 parent d16463c commit d36bcd9

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: 0fe2deca927bc91eb8ab32584574eee72a23d033
3+
:script-sha1: f6a21b11deec2d12c0932cacee67560a3073c7ce
44
:gh-name: alpinelinux/{script-name}
5-
:version: 0.13.0
5+
:version: 0.13.1
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.13.0'
118+
readonly VERSION='0.13.1'
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)