Release 0.2.7

This commit is contained in:
Andrei Pohilko
2022-11-24 12:07:29 +00:00
parent 717adc9e9c
commit 4f75ee06a0
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ func parseFlags() options {
} }
if opts.Version { if opts.Version {
fmt.Print(version) fmt.Println(version)
os.Exit(0) os.Exit(0)
} }

View File

@@ -1,5 +1,5 @@
name: "dashboard" name: "dashboard"
version: "0.2.6" version: "0.2.7"
usage: "A simplified way of working with Helm" usage: "A simplified way of working with Helm"
description: "View HELM situation in nice web UI" description: "View HELM situation in nice web UI"
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"