From 10210079b0c83bd8917aa2a4f3405a16cb9e769f Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Fri, 2 Feb 2024 01:09:07 +0200 Subject: [PATCH] Bump shellbase 0.9.20231212->0.9.20240202 --- app/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/install b/app/install index ff712e6..3631229 100755 --- a/app/install +++ b/app/install @@ -1,11 +1,11 @@ #!/bin/sh # vi:et lbr noet sw=2 ts=2 tw=79 wrap -# Copyright 2023 David Rabkin +# Copyright 2023-2024 David Rabkin # Uses Unix shell framework shellbase: # https://github.com/rdavid/shellbase/ # shellcheck disable=SC2034,SC3043 # Uses local variables, appears unused. readonly \ - BASE_APP_VERSION=0.9.20231212 \ + BASE_APP_VERSION=0.9.20240202 \ BASE_MIN_VERSION=0.9.20230606 \ DST=/usr/local/bin \ GOR=0.9.20231212 \ @@ -18,7 +18,7 @@ jq \ python3-dciclient \ tar \ which" \ - SHR=0.9.20231212 \ + SHR=0.9.20240202 \ USR=dci-openshift-app-agent \ YQR=4.40.5 readonly \