From 125e7b2d54d092691aca95685e26cf94f8dbf705 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 30 Jan 2014 19:48:35 -0700 Subject: [PATCH] Develop version is now 1.5.12 --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index c487765..1911089 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="1.5.11" +__ScriptVersion="1.5.12" __ScriptName="bootstrap-salt.sh" #===============================================================================