From 77e7735945687b404b1648fcac995dd3a31ebc38 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 29 Jan 2020 16:14:03 +0000 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 8ace425..716f24b 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2020.01.21" +__ScriptVersion="2020.01.29" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"