From 939ddcea0c323c8fde2ad6eb98ffff2d88a7caf1 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 18 Sep 2015 15:45:35 +0100 Subject: [PATCH] Don't update version --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index b2ccbc6..81db4f5 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -17,7 +17,7 @@ # CREATED: 10/15/2012 09:49:37 PM WEST #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2015.08.07" +__ScriptVersion="2015.08.06" __ScriptName="bootstrap-salt.sh" #======================================================================================================================