diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05438e2..1fb6bf5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,8 @@ name: test 'on': push env: - BASE_REL: 0.9.20240909 - BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v0.9.20240909.tar.gz # yamllint disable-line + BASE_REL: 0.9.20241111 + BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v0.9.20241111.tar.gz # yamllint disable-line jobs: test-linux: strategy: diff --git a/app/install b/app/install index 89627cf..0306a37 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.20240911 \ + BASE_APP_VERSION=0.9.20241111 \ BASE_MIN_VERSION=0.9.20240909 \ DST=/usr/local/bin \ - REL=0.9.20240909 \ + REL=0.9.20241111 \ TGT=/usr/local/bin/base.sh readonly \ SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz