From 25d533252663618d4594985887f44c595ce431ba Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Mon, 15 Jan 2024 10:03:39 +0900 Subject: [PATCH] Bump plugin version to 3.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed bumping it when we released 3.9.1 🤦 --- plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index 07ee8290..b86ffde3 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,7 +1,7 @@ name: "diff" # Version is the version of Helm plus the number of official builds for this # plugin -version: "3.9.0" +version: "3.9.2" usage: "Preview helm upgrade changes as a diff" description: "Preview helm upgrade changes as a diff" useTunnel: true