Browse Source

Release version 0.1.0

Jakub Jirutka 7 years ago
parent
commit
3075f2980d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.adoc
  2. 1 1
      alpine-make-rootfs

+ 2 - 2
README.adoc

@@ -1,8 +1,8 @@
 = Make Alpine Linux RootFS
 = Make Alpine Linux RootFS
 :script-name: alpine-make-rootfs
 :script-name: alpine-make-rootfs
-:script-sha1: N/A
+:script-sha1: 714a764b96442f551084fc50941fd1352e15ca6d
 :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}"]

+ 1 - 1
alpine-make-rootfs

@@ -80,7 +80,7 @@
 set -eu
 set -eu
 
 
 readonly PROGNAME='alpine-make-rootfs'
 readonly PROGNAME='alpine-make-rootfs'
-readonly VERSION='0.0.0'
+readonly VERSION='0.1.0'
 
 
 # Base Alpine packages to install in rootfs.
 # Base Alpine packages to install in rootfs.
 readonly ALPINE_BASE_PKGS='alpine-baselayout busybox busybox-suid musl-utils'
 readonly ALPINE_BASE_PKGS='alpine-baselayout busybox busybox-suid musl-utils'