From 66ab0b8f794a73346d63faaf41fa19dd4278792d Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 19 Oct 2020 10:26:40 +0100 Subject: [PATCH] Bump version for release --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 72c2e67..f4d62d0 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2020.06.23" +__ScriptVersion="2020.10.19" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"