From 14400408380cebac213603e2076199759654a312 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 16 Oct 2017 17:43:33 +0200 Subject: [PATCH] Release version 0.2.1 --- alpine-make-vm-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine-make-vm-image b/alpine-make-vm-image index 220d67e..ff93cc8 100755 --- a/alpine-make-vm-image +++ b/alpine-make-vm-image @@ -74,7 +74,7 @@ set -eu readonly PROGNAME='alpine-make-vm-image' -readonly VERSION='0.2.0' +readonly VERSION='0.2.1' readonly VIRTUAL_PKG=".make-$PROGNAME" : ${APK_TOOLS_URI:="https://github.com/alpinelinux/apk-tools/releases/download/v2.8.0/apk-tools-2.8.0-x86_64-linux.tar.gz"}