From 33008a06ec2409bb7505ce4578f366b1f92faf74 Mon Sep 17 00:00:00 2001 From: rallytime Date: Tue, 10 Jan 2017 14:43:23 -0700 Subject: [PATCH] Update script to version 2017.01.10 Also updated copyright date range to 2017 --- bootstrap-salt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 9253b80..0cec8ac 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -9,7 +9,7 @@ # # BUGS: https://github.com/saltstack/salt-bootstrap/issues # -# COPYRIGHT: (c) 2012-2016 by the SaltStack Team, see AUTHORS.rst for more +# COPYRIGHT: (c) 2012-2017 by the SaltStack Team, see AUTHORS.rst for more # details. # # LICENSE: Apache 2.0 @@ -18,7 +18,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2016.10.25" +__ScriptVersion="2017.01.10" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"