From 03c842720e064dfd53bd301320bb2c330ddc38e2 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 5 Jan 2023 21:53:01 -0600 Subject: [PATCH] Cleanup: Use correct version in install.sh script. I probably got lazy and copied then install.sh script from the 0.7 development branch and then forgot to update the version. --- build/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/install.sh b/build/scripts/install.sh index 156c1f3..08e997b 100644 --- a/build/scripts/install.sh +++ b/build/scripts/install.sh @@ -22,7 +22,7 @@ install_main() { local public_name="Simple FLL Project Install Script" local system_name=install local called_name=$(basename $0) - local version=0.7.0 + local version=0.6.3 local grab_next= local do_color=dark -- 1.8.3.1