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