Update changelog and bootstrap version number

This commit is contained in:
rallytime 2016-06-27 11:57:11 -06:00
parent f74ffc35f0
commit 57d87bde31
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}"