From 4e36a76997cc13357514cb4e3fced5266f3cc0de Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 1 Feb 2021 04:04:06 -0700 Subject: [PATCH] version bump --- qnconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qnconfig b/qnconfig index 4ca0974..8cb320b 100755 --- a/qnconfig +++ b/qnconfig @@ -702,7 +702,7 @@ while [[ "$ans" != q* ]] do clear echo - echo " QnConfig Main Menu V#200603" + echo " QnConfig Main Menu V#210201" echo echo -n "a : Module A - "; if [ -z $module_a ]; then echo ""; else echo "${module_a^^}"; fi echo -n "b : Module B - "; if [ -z $module_b ]; then echo ""; else echo "${module_b^^}"; fi