From 9726e11de56db896a49356cca912308c2ed54a24 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sat, 21 Sep 2019 01:35:53 -0400 Subject: [PATCH] BuildSourceImage: bump the version Fixes #36 Signed-off-by: Vincent Batts --- BuildSourceImage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildSourceImage.sh b/BuildSourceImage.sh index 4296dbd..f75a3ef 100755 --- a/BuildSourceImage.sh +++ b/BuildSourceImage.sh @@ -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