From 0a8d174ef7abbd89af319bf8dc931633ca5d30e5 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 27 Jan 2021 18:11:32 +0000 Subject: [PATCH] prep for new release --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cb93305..fef00ac 100644 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ export CORE_VERSION="$(cat /etc/docker-pi-hole-version)" export WEB_VERSION="${CORE_VERSION}" export PIHOLE_SKIP_OS_CHECK=true # Overwrite WEB_VERSION if core and web versions are different -export WEB_VERSION="v5.3.1" +export WEB_VERSION="v5.3.2" # Only use for pre-production / testing export CHECKOUT_BRANCHES=false