diff --git a/app/install b/app/install index 04d63fb..3e91ea5 100755 --- a/app/install +++ b/app/install @@ -8,10 +8,10 @@ # https://stackoverflow.com/q/18597697 # shellcheck disable=SC3043,SC2034 # Uses local variables, appears unused. readonly \ - BASE_APP_VERSION=0.9.20240105 \ + BASE_APP_VERSION=0.9.20240202 \ BASE_MIN_VERSION=0.9.20240104 \ DST=/usr/local/bin \ - REL=0.9.20231212 \ + REL=0.9.20240202 \ TGT=/usr/local/bin/base.sh readonly \ SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz