From 27fe57d1b8742ff338d4c7b683cadef9ca074db4 Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Tue, 12 Dec 2023 13:31:56 +0200 Subject: [PATCH] Bump shellbase from v0.9.20231111 to v0.9.20231212 --- app/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/install b/app/install index 6d2b49d..6cc56cb 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.20231126 \ + BASE_APP_VERSION=0.9.20231212 \ BASE_MIN_VERSION=0.9.20230505 \ DST=/usr/local/bin \ - REL=0.9.20231111 \ + REL=0.9.20231212 \ TGT=/usr/local/bin/base.sh readonly \ SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz