diff --git a/VERSION b/VERSION index 96f3123..1d3e7dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v5.1.2 +v5.2 diff --git a/install.sh b/install.sh index 7a10d34..29ffc93 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,8 @@ 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.1" +# Set WEB_VERSION if core and web versions are different +#export WEB_VERSION="v5.1.1" # Only use for pre-production / testing export CHECKOUT_BRANCHES=false