Release version 0.2.0

This commit is contained in:
Jakub Jirutka 2017-10-11 21:18:58 +02:00
parent 2cf1399572
commit a91dfcd57d
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
= Make Alpine Linux VM Image
:script-name: alpine-make-vm-image
:script-sha1: 0d4df35c02186d5d739a3312a2cc204fe712e10f
:script-sha1: 8800a07c8c8102a15726084d8ac2fcde0b4324dc
:gh-name: jirutka/{script-name}
:version: 0.1.0
:version: 0.2.0
ifdef::env-github[]
image:https://travis-ci.org/{gh-name}.svg?branch=master["Build Status", link="https://travis-ci.org/{gh-name}"]

View file

@ -74,7 +74,7 @@
set -eu
readonly PROGNAME='alpine-make-vm-image'
readonly VERSION='0.1.0'
readonly VERSION='0.2.0'
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"}