diff --git a/VERSION b/VERSION index ae9915d..3549893 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v5.2.3 +v5.2.4 diff --git a/install.sh b/install.sh index 28cfdd4..cb93305 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" +export WEB_VERSION="v5.3.1" # Only use for pre-production / testing export CHECKOUT_BRANCHES=false