From afcdc0ca361489fe8ec19abd636257ec7baf5704 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:50:28 +0100 Subject: [PATCH] Prepare release v0.4.0 (#57) Co-authored-by: Alejandro Moreno --- cmd/dt/version.go | 2 +- plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/dt/version.go b/cmd/dt/version.go index ed01069..794f0a8 100644 --- a/cmd/dt/version.go +++ b/cmd/dt/version.go @@ -9,7 +9,7 @@ import ( ) // Version is the tool version -var Version = "0.3.2" +var Version = "0.4.0" // BuildDate is the tool build date var BuildDate = "" diff --git a/plugin.yaml b/plugin.yaml index f517ff8..a57e935 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "dt" -version: "0.3.2" +version: "0.4.0" usage: "Distribution Tooling for Helm" description: "Distribution Tooling for Helm" command: "$HELM_PLUGIN_DIR/bin/dt"