From 9a94ade8dd18dd4e987ba10204653335a79d79e5 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Sun, 29 Nov 2020 12:55:27 -0600 Subject: [PATCH] Prepped dev for 5.2 which will then goto master for tagging Signed-off-by: Adam Hill --- VERSION | 2 +- install.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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