From 8f9b9febb0a2723e7c77ecf7729ed5d65261598d Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sat, 3 Aug 2013 19:38:54 +0100 Subject: [PATCH] Bump version to 1.5.6 --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 5db608f..718e5f7 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -16,7 +16,7 @@ # CREATED: 10/15/2012 09:49:37 PM WEST #=============================================================================== set -o nounset # Treat unset variables as an error -ScriptVersion="1.5.5" +ScriptVersion="1.5.6" ScriptName="bootstrap-salt.sh" #===============================================================================