Merge pull request #891 from rallytime/update_release

Update changelog and bootstrap version number
This commit is contained in:
Nicole Thomas 2016-06-27 14:01:00 -04:00 committed by GitHub
commit 1f3181a156
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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}"