From b649f9832779348b1354ed6b6138255287b30431 Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Sun, 7 Jul 2024 20:56:37 +0300 Subject: [PATCH] Bump shellbase 0.9.20240303->0.9.20240707 --- app/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/install b/app/install index d944062..a4911c7 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.20240303 \ + BASE_APP_VERSION=0.9.20240707 \ BASE_MIN_VERSION=0.9.20240202 \ DST=/usr/local/bin \ - REL=0.9.20240303 \ + REL=0.9.20240707 \ TGT=/usr/local/bin/base.sh readonly \ SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz