Skip to content

Commit

Permalink
Release version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jan 6, 2025
1 parent d16463c commit d36bcd9
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: 0fe2deca927bc91eb8ab32584574eee72a23d033
:script-sha1: f6a21b11deec2d12c0932cacee67560a3073c7ce
:gh-name: alpinelinux/{script-name}
:version: 0.13.0
:version: 0.13.1

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.13.0'
readonly VERSION='0.13.1'
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 d36bcd9

Please sign in to comment.