From 0f618ffc316d2c59192441c158bb3036ca4d0fd6 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 19 Jan 2021 12:41:46 +0000 Subject: [PATCH] bump core and web version numbers Signed-off-by: Adam Warner --- VERSION | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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