Release version 0.1.0
This commit is contained in:
parent
b706b24fe5
commit
3f25533136
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
= Make Alpine Linux VM Image
|
||||
:script-name: alpine-make-vm-image
|
||||
:script-sha1: N/A
|
||||
:script-sha1: 0d4df35c02186d5d739a3312a2cc204fe712e10f
|
||||
:gh-name: jirutka/{script-name}
|
||||
:version: 0.0.0
|
||||
:version: 0.1.0
|
||||
|
||||
ifdef::env-github[]
|
||||
image:https://travis-ci.org/{gh-name}.svg?branch=master["Build Status", link="https://travis-ci.org/{gh-name}"]
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
set -eu
|
||||
|
||||
readonly PROGNAME='alpine-make-vm-image'
|
||||
readonly VERSION='0.0.0'
|
||||
readonly VERSION='0.1.0'
|
||||
readonly VIRTUAL_PKG=".make-$PROGNAME"
|
||||
|
||||
: ${APK:="apk"}
|
||||
|
|
Loading…
Reference in a new issue