From 9d463f27ce2587c905346feb14778434fa44fc6d Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Tue, 31 Oct 2023 20:48:58 +0200 Subject: [PATCH] Bump shellbase from v0.9.20230808 to v0.9.20231010 for real --- app/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/install b/app/install index 5ccf9cd..99ac7d5 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.20231010 \ + BASE_APP_VERSION=0.9.20231031 \ BASE_MIN_VERSION=0.9.20230606 \ DST=/usr/local/bin \ GOR=0.9.20231010 \ @@ -18,7 +18,7 @@ jq \ python3-dciclient \ tar \ which" \ - SHR=0.9.20230808 \ + SHR=0.9.20231010 \ USR=dci-openshift-app-agent \ YQR=4.35.2 readonly \