From: Kevin Day Date: Fri, 6 Jan 2023 03:53:01 +0000 (-0600) Subject: Cleanup: Use correct version in install.sh script. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=f0fbc526c111b625a68e384c6c45bc637c4db6c1;p=fll 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. --- 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