Bump version for stable release

This commit is contained in:
Pedro Algarvio 2014-06-19 19:29:41 +01:00
parent 59b83e4101
commit afa6980634
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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"
#======================================================================================================================