Bump web version

This commit is contained in:
Adam Hill 2020-08-09 21:22:28 -05:00 committed by GitHub
parent fda66e2f67
commit 41f109cf48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ mkdir -p /etc/pihole/
mkdir -p /var/run/pihole
# Production tags with valid web footers
export CORE_VERSION="$(cat /etc/docker-pi-hole-version)"
export WEB_VERSION="v5.1"
export WEB_VERSION="v5.1.1"
# Only use for pre-production / testing
export CHECKOUT_BRANCHES=false