BuildSourceImage: bump the version
Fixes #36 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
f6d650996c
commit
9726e11de5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export source_image_suffix="-source"
|
|||
|
||||
# output version string
|
||||
_version() {
|
||||
echo "$(basename "${0}") version 0.1"
|
||||
echo "$(basename "${0}") version 0.2.0-dev"
|
||||
}
|
||||
|
||||
# output the cli usage and exit
|
||||
|
|
Loading…
Reference in a new issue