From 57d87bde316ad6aebbf97a0b8018fa56f1a8ddd1 Mon Sep 17 00:00:00 2001 From: rallytime Date: Mon, 27 Jun 2016 11:57:11 -0600 Subject: [PATCH] Update changelog and bootstrap version number --- ChangeLog | 4 ++++ bootstrap-salt.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index abcec55..1392859 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 2016.06.27: + * Fix race condition when doing one-liner bootstrap + * Add space back in between 'install' and '--install' + Version 2016.06.24: * Save invocation command and arguments into variables. (jfindlay) #885 * Update the authors list with new contributors. (rallytime) #884 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index b3c6afa..60e1fc0 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -18,7 +18,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2016.06.24" +__ScriptVersion="2016.06.27" __ScriptName="bootstrap-salt.sh" __ScriptFullName="${0}"