From cded5c2a07d0c87e9322f6fdfcc6e144c0f633c0 Mon Sep 17 00:00:00 2001 From: rallytime Date: Wed, 25 Apr 2018 15:29:40 -0400 Subject: [PATCH] Update release date to 4-25 --- ChangeLog | 2 +- bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65a274f..a396058 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2018.04.24: +Version 2018.04.25: * Install py-tornado4 for FreeBSD. (abednarik) #1219 * Remove COPR repos configuration for Fedora (vutny ) #1211 * Fix for silently ignored version argument on CentOS/RHEL (pjcreath) #1210 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index a5d9fd0..056a256 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -18,7 +18,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2018.04.24" +__ScriptVersion="2018.04.25" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"