From 84267ed4f418d58b01d2a5accf631b8b7a6ec073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 30 Jun 2021 02:30:38 -0700 Subject: [PATCH] tektoncd-cli: Update to version 0.19.1 --- bucket/tektoncd-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tektoncd-cli.json b/bucket/tektoncd-cli.json index 95dc13a5b5..7781bf97c5 100644 --- a/bucket/tektoncd-cli.json +++ b/bucket/tektoncd-cli.json @@ -1,12 +1,12 @@ { - "version": "0.19.0", + "version": "0.19.1", "description": "A CLI for interacting with Tekton - a cloud native CI/CD solution", "homepage": "https://github.com/tektoncd/cli", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/tektoncd/cli/releases/download/v0.19.0/tkn_0.19.0_Windows_x86_64.zip", - "hash": "3c7f9e2699d48eab138e56562f60f80ea295c8bdd02961358c695b48556499df" + "url": "https://github.com/tektoncd/cli/releases/download/v0.19.1/tkn_0.19.1_Windows_x86_64.zip", + "hash": "fdc7ee5c93ad1a8ee183caba6072bfea104c7971e2c3ebf1e06905037aeb7143" } }, "bin": "tkn.exe",