From 1d45ef7f2c17ff831d0511af5c8d7e96b0b68f90 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 4 Nov 2019 18:17:30 +0100 Subject: [PATCH] Display release version in welcome msg --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index b11286c5..ea4d18ef 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -64,7 +64,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" + echo -e " dP version ${VERSION}" echo -e "${green}" echo -e "The Quick Installer will guide you through a few easy steps\n\n" }