From 9a25940dc629cd4182fcbfcb9bbacc242409bbae Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 20 May 2019 16:27:53 +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 937f810..edc2e92 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -23,7 +23,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2019.02.27" +__ScriptVersion="2019.05.20" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"