We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13293f7 + 92e66b5 commit 1e899afCopy full SHA for 1e899af
cmd/dt/version.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
// Version is the tool version
12
-var Version = "0.3.1"
+var Version = "0.3.2"
13
14
// BuildDate is the tool build date
15
var BuildDate = ""
plugin.yaml
@@ -1,5 +1,5 @@
1
name: "dt"
2
-version: "0.3.1"
+version: "0.3.2"
3
usage: "Distribution Tooling for Helm"
4
description: "Distribution Tooling for Helm"
5
command: "$HELM_PLUGIN_DIR/bin/dt"
0 commit comments