From 3ca055cc11c44589ec5627dc8573b95fdfc6b681 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 29 Nov 2012 04:54:18 +0000 Subject: [PATCH] Bump script version. --- bootstrap-salt-minion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt-minion.sh b/bootstrap-salt-minion.sh index 2e02016..1187251 100755 --- a/bootstrap-salt-minion.sh +++ b/bootstrap-salt-minion.sh @@ -14,7 +14,7 @@ # CREATED: 10/15/2012 09:49:37 PM WEST #=============================================================================== set -o nounset # Treat unset variables as an error -ScriptVersion="1.0" +ScriptVersion="1.1" ScriptName="bootstrap-salt-minion.sh" #===============================================================================