Skip to content

Commit

Permalink
Bump shellbase 0.9.20231212->0.9.20240202
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Feb 1, 2024
1 parent a032521 commit 1021007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/install
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit 1021007

Please sign in to comment.