From d36bcd9c0ba1dbd06408309a8a207a8ff29b7d4c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 6 Jan 2025 01:37:41 +0100 Subject: [PATCH] Release version 0.13.1 --- README.adoc | 4 ++-- alpine-make-vm-image | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 330b748..ff0616b 100644 --- a/README.adoc +++ b/README.adoc @@ -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"] diff --git a/alpine-make-vm-image b/alpine-make-vm-image index 8a758fc..b937603 100755 --- a/alpine-make-vm-image +++ b/alpine-make-vm-image @@ -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 ###"