From 7f816fa9e648a6653e4a1838b0c824d8d29eaddf Mon Sep 17 00:00:00 2001 From: Andrew Woods Date: Sun, 19 Mar 2017 09:28:10 -0700 Subject: [PATCH] Upgrade to release 4.7.2 (#75) --- install_scripts/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_scripts/config b/install_scripts/config index 85c23a2..6a63a0e 100644 --- a/install_scripts/config +++ b/install_scripts/config @@ -12,8 +12,8 @@ if [ ! -d $DOWNLOAD_DIR ]; then mkdir $DOWNLOAD_DIR fi -FEDORA_VERSION=4.7.1 -FEDORA_TAG=4.7.1 +FEDORA_VERSION=4.7.2 +FEDORA_TAG=4.7.2 # true to enable auth, false to disable it FEDORA_AUTH=true FEDORA_AUDIT=true