From 38b02067ab1337ba57820e1273593aef37f856f3 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 27 Jan 2024 10:29:47 +0900 Subject: [PATCH] Bump the plugin version to 3.9.3 (#545) Once this gets merged, I will tag it and push, so that the release process starts. --- plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index b86ffde3..178d41fc 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.2" +version: "3.9.3" usage: "Preview helm upgrade changes as a diff" description: "Preview helm upgrade changes as a diff" useTunnel: true