From 3e39f333453540eaebd86e3946560b3a39546838 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 17 Mar 2020 18:51:07 +0100 Subject: [PATCH] Update version welcome --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index c1ac8a9e..96921fb9 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -105,7 +105,7 @@ function display_welcome() { echo -e " 88 88 88. .88 88 88. .88 88 88 88" echo -e " dP dP 88888P8 88888P 88Y888P 88 88 dP" echo -e " 88" - echo -e " dP version ${VERSION}" + echo -e " dP version ${RASPAP_VERSION}" echo -e "${green}" echo -e "The Quick Installer will guide you through a few easy steps\n\n" }