We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee99629 + 1d5bfae commit 1ba0ba9Copy full SHA for 1ba0ba9
cmd/dt/version.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
// Version is the tool version
12
-var Version = "0.4.8"
+var Version = "0.4.9"
13
14
// BuildDate is the tool build date
15
var BuildDate = ""
plugin.yaml
@@ -1,5 +1,5 @@
1
name: "dt"
2
-version: "0.4.8"
+version: "0.4.9"
3
usage: "Distribution Tooling for Helm"
4
description: "Distribution Tooling for Helm"
5
command: "$HELM_PLUGIN_DIR/bin/dt"
0 commit comments