diff --git a/hellotech/.local/bin/install-helm-home b/hellotech/.local/bin/install-helm-home index d39b8bd..f506c55 100755 --- a/hellotech/.local/bin/install-helm-home +++ b/hellotech/.local/bin/install-helm-home @@ -4,7 +4,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=helm -VERSION=${VERSION:-3.9.0} +VERSION=${VERSION:-3.11.1} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" if [[ ! -d "${DEST}/${VERSION}" ]]; then