Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrzele committed Nov 22, 2017
1 parent ed1c8f8 commit 7462733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euf -o pipefail

HELM_EDIT_VERSION=${HELM_EDIT_VERSION:-"0.1.1"}
HELM_EDIT_VERSION=${HELM_EDIT_VERSION:-"0.2.0"}

file="${HELM_PLUGIN_DIR:-"$(helm home)/plugins/helm-edit"}/helm-edit"
os=$(uname -s | tr '[:upper:]' '[:lower:]')
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "edit"
version: "0.1.0"
version: "0.2.0"
usage: "edit a release"
description: |-
Edit a release.
Expand Down

0 comments on commit 7462733

Please sign in to comment.