From c50afe0eae1457b76ceed6e0545a44b736ee14e4 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Thu, 10 Jun 2021 18:16:57 -0700 Subject: [PATCH] Update linkerd version --- hellotech/.local/bin/install-linkerd-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hellotech/.local/bin/install-linkerd-home b/hellotech/.local/bin/install-linkerd-home index 8c0c4d0..5bf106d 100755 --- a/hellotech/.local/bin/install-linkerd-home +++ b/hellotech/.local/bin/install-linkerd-home @@ -4,7 +4,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=linkerd -VERSION=${VERSION:-stable-2.10.1} +VERSION=${VERSION:-stable-2.10.2} DATA_DIR="${XDG_DATA_HOME}/apps/releases" DEST_DIR="${DATA_DIR}/${APP}/${VERSION}"