From 534cd6856dae18791d237f80fc4ed23b64c0877a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 30 Oct 2014 01:21:58 +0000 Subject: [PATCH] Bump version for stable release --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index d52a469..c97324b 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="2014.10.28" +__ScriptVersion="2014.10.30" __ScriptName="bootstrap-salt.sh" #======================================================================================================================