Skip to content

Commit

Permalink
chore(version): Bump version to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhausler committed Dec 8, 2017
1 parent 2977ece commit 60c2284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ HELM_HOME=$(helm home)
mkdir -p "$HELM_HOME/plugins/value-store"
cat <<EOF > "$HELM_HOME/plugins/value-store/plugin.yaml"
name: "value-store"
version: "0.1.0"
version: "v0.2.0"
usage: "Store values in a database"
ignoreFlags: false
useTunnel: true
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
var Version string

func init() {
Version = "v0.2.0"
Version = "v0.2.1-alpha0"
RootCmd.AddCommand(versionCmd)
}

Expand Down

0 comments on commit 60c2284

Please sign in to comment.