Merge pull request #757 from pi-hole/release-prep

Prepare for new release
This commit is contained in:
Adam Warner 2021-01-16 12:34:02 +00:00 committed by GitHub
commit 0d9fc510cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v5.2.2
v5.2.3

View File

@ -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.1.1"
export WEB_VERSION="v5.3"
# Only use for pre-production / testing
export CHECKOUT_BRANCHES=false