From 7083fe2be0c0a58c2ba1f788a8011abac0cd3ab0 Mon Sep 17 00:00:00 2001 From: rallytime Date: Thu, 7 Jul 2016 14:07:55 -0600 Subject: [PATCH] Update script version to 2016.07.07 --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2a52a3f..4d9f2cc 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -18,7 +18,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2016.06.27" +__ScriptVersion="2016.07.07" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"