bump core and web version numbers

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2021-01-19 12:41:46 +00:00
parent 91fd3933aa
commit 0f618ffc31
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v5.2.3 v5.2.4

View File

@ -7,7 +7,7 @@ export CORE_VERSION="$(cat /etc/docker-pi-hole-version)"
export WEB_VERSION="${CORE_VERSION}" export WEB_VERSION="${CORE_VERSION}"
export PIHOLE_SKIP_OS_CHECK=true export PIHOLE_SKIP_OS_CHECK=true
# Overwrite WEB_VERSION if core and web versions are different # 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 # Only use for pre-production / testing
export CHECKOUT_BRANCHES=false export CHECKOUT_BRANCHES=false