Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vieyang committed Dec 20, 2021
1 parent 58c88d4 commit b7a1f1c
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 @@ -84,7 +84,7 @@ func NewCLI() *CLI {
fmt.Println(err)
return nil
}
version := "v1.2.0"
version := "v1.3.0"
if buildCommit != "" {
version = fmt.Sprintf("%s-%s", version, buildCommit)
}
Expand Down

0 comments on commit b7a1f1c

Please sign in to comment.