Release version 0.1.0

This commit is contained in:
Jakub Jirutka 2017-09-09 00:10:52 +02:00
parent b706b24fe5
commit 3f25533136
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -62,7 +62,7 @@
set -eu set -eu
readonly PROGNAME='alpine-make-vm-image' readonly PROGNAME='alpine-make-vm-image'
readonly VERSION='0.0.0' readonly VERSION='0.1.0'
readonly VIRTUAL_PKG=".make-$PROGNAME" readonly VIRTUAL_PKG=".make-$PROGNAME"
: ${APK:="apk"} : ${APK:="apk"}