From 30569394cff487702079818fbaed4144b50e5251 Mon Sep 17 00:00:00 2001 From: Jesus Date: Mon, 25 Sep 2023 03:15:39 +0800 Subject: [PATCH] Set version to make-bootstrap-file.sh --- make-bootstrap-file.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/make-bootstrap-file.sh b/make-bootstrap-file.sh index efc62b6..e21ea87 100644 --- a/make-bootstrap-file.sh +++ b/make-bootstrap-file.sh @@ -4,6 +4,9 @@ set -e -u -o pipefail +# Set script version +SCRIPT_VERSION="v1.0.0" + # Display usage message usage() { cat <