Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vieyang committed Mar 16, 2021
1 parent 51e5096 commit 0dd3498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewCLI() *CLI {
fmt.Println(err)
return nil
}
version := "v0.5.2"
version := "v0.5.3"
if buildCommit != "" {
version = fmt.Sprintf("%s-%s", version, buildCommit)
}
Expand Down

0 comments on commit 0dd3498

Please sign in to comment.