Skip to content

Commit 4f75ee0

Browse files
committed
Release 0.2.7
1 parent 717adc9 commit 4f75ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func parseFlags() options {
8686
}
8787

8888
if opts.Version {
89-
fmt.Print(version)
89+
fmt.Println(version)
9090
os.Exit(0)
9191
}
9292

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "dashboard"
2-
version: "0.2.6"
2+
version: "0.2.7"
33
usage: "A simplified way of working with Helm"
44
description: "View HELM situation in nice web UI"
55
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"

0 commit comments

Comments
 (0)