From 7cf8cfa7f7d44898b13019b0a93a2d45ef7e30b9 Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Tue, 9 Jul 2024 01:41:19 +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 b00c081..764676b 100755 --- a/app/install +++ b/app/install @@ -5,7 +5,7 @@ # https://github.com/rdavid/shellbase/ # shellcheck disable=SC2034,SC3043 # Uses local variables, appears unused. readonly \ - BASE_APP_VERSION=0.9.20240617 \ + BASE_APP_VERSION=0.9.20240715 \ BASE_MIN_VERSION=0.9.20230606 \ DST=/usr/local/bin \ GOR=0.9.20240303 \ @@ -18,7 +18,7 @@ jq \ python3-dciclient \ tar \ which" \ - SHR=0.9.20240303 \ + SHR=0.9.20240707 \ USR=dci-openshift-app-agent \ YQR=4.44.2 readonly \