From afa6980634b106acd5772f5cdf57eb377df8c09c Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 19 Jun 2014 19:29:41 +0100 Subject: [PATCH] Bump version for stable release --- ChangeLog | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 159cddd..04f64e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2014.XX.XX: +Version 2014.06.19: * Allow passing the master address as an environment variable, `BS_SALT_MASTER_ADDRESS` * Fixed an issue with the keys pre-seed. We were passing absolute paths where we only needed basenames. diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 10e3a2b..1129fd8 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.04.16" +__ScriptVersion="2014.06.19" __ScriptName="bootstrap-salt.sh" #======================================================================================================================