Skip to content

Commit 1e899af

Browse files
authored
Merge pull request #38 from vmware-labs/release/0.3.2
Prepare release v0.3.2
2 parents 13293f7 + 92e66b5 commit 1e899af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/dt/version.go

+1-1
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.3.1"
12+
var Version = "0.3.2"
1313

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

plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "dt"
2-
version: "0.3.1"
2+
version: "0.3.2"
33
usage: "Distribution Tooling for Helm"
44
description: "Distribution Tooling for Helm"
55
command: "$HELM_PLUGIN_DIR/bin/dt"

0 commit comments

Comments
 (0)