BuildSourceImage: bump the version

Fixes #36

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-09-21 01:35:53 -04:00
parent f6d650996c
commit 9726e11de5
Signed by: vbatts
GPG key ID: 10937E57733F1362

View file

@ -8,7 +8,7 @@ export source_image_suffix="-source"
# output version string # output version string
_version() { _version() {
echo "$(basename "${0}") version 0.1" echo "$(basename "${0}") version 0.2.0-dev"
} }
# output the cli usage and exit # output the cli usage and exit