From 873e00a0ce7ee86d7fe08770dc807d5db53607fd Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Sat, 11 Nov 2023 03:30:40 +0200 Subject: [PATCH] Bump shellbase from v0.9.20231010 to v0.9.20231111 --- app/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/install b/app/install index 4971247..754561d 100755 --- a/app/install +++ b/app/install @@ -8,10 +8,10 @@ # https://stackoverflow.com/questions/18597697/posix-compliant-way-to-scope-variables-to-a-function-in-a-shell-script # shellcheck disable=SC3043,SC2034 # Uses local variables, appears unused. readonly \ - BASE_APP_VERSION=0.9.20231010 \ + BASE_APP_VERSION=0.9.20231111 \ BASE_MIN_VERSION=0.9.20230505 \ DST=/usr/local/bin \ - REL=0.9.20231010 \ + REL=0.9.20231111 \ TGT=/usr/local/bin/base.sh readonly \ SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz