diff --git a/ChangeLog b/ChangeLog index cd8a8ad..d2a641d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2015.xx.xx: +Version 2015.03.15: * Add multi-master support. Thanks Fred Reimer(freimer). #555 Version 2015.03.04: diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index db18ed1..3abbc84 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -17,7 +17,7 @@ # CREATED: 10/15/2012 09:49:37 PM WEST #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2015.03.04" +__ScriptVersion="2015.03.15" __ScriptName="bootstrap-salt.sh" #======================================================================================================================