From fbfa8cb05c75a3b279ee072791e9ecdcf380a288 Mon Sep 17 00:00:00 2001 From: Nick Ruest Date: Thu, 8 Jun 2017 09:35:44 -0400 Subject: [PATCH] Upgrade to release 4.7.3 (#77) --- install_scripts/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_scripts/config b/install_scripts/config index 6a63a0e..e32b357 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.2 -FEDORA_TAG=4.7.2 +FEDORA_VERSION=4.7.3 +FEDORA_TAG=4.7.3 # true to enable auth, false to disable it FEDORA_AUTH=true FEDORA_AUDIT=true