Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzuo committed May 29, 2021
1 parent 6c00bd0 commit 03a68c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.5.5

- use prettier default config
- rm `READEME.md` from templates
- add `.prettierignore`
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var Version = "0.5.4"
var Version = "0.5.5"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ start() {
bin="dashi.tar.gz"

# original_version such as "master"
original_version="v0.5.4"
original_version="v0.5.5"

prefix=${PREFIX:-"/usr/local/bin"}
tmp="$(mktmpdir)"
Expand Down

0 comments on commit 03a68c2

Please sign in to comment.