Skip to content

Commit 1ba0ba9

Browse files
authored
Merge pull request #118 from vmware-labs/release/0.4.9
Prepare release v0.4.9
2 parents ee99629 + 1d5bfae commit 1ba0ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/dt/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// Version is the tool version
12-
var Version = "0.4.8"
12+
var Version = "0.4.9"
1313

1414
// BuildDate is the tool build date
1515
var BuildDate = ""

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "dt"
2-
version: "0.4.8"
2+
version: "0.4.9"
33
usage: "Distribution Tooling for Helm"
44
description: "Distribution Tooling for Helm"
55
command: "$HELM_PLUGIN_DIR/bin/dt"

0 commit comments

Comments
 (0)