Bump version for stable release

This commit is contained in:
Pedro Algarvio 2015-11-04 12:29:31 +00:00
parent a1f72e741f
commit 35f39898a9
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 2015.xx.xx:
Version 2015.11.04:
* Allow bypassing dependencies installation. Thanks EYJ. #656.
* Add FreeBSD 11 support. Thanks Chris Buechler(cbuechler). #653
* Move RHEL installations to use repo.saltstack.com #674

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="2015.08.06"
__ScriptVersion="2015.11.04"
__ScriptName="bootstrap-salt.sh"
#======================================================================================================================