Skip to content

Commit

Permalink
chore: set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kffl committed Jul 24, 2022
1 parent 2cf4d10 commit 83aa651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func parseArgs(args []string) (*lib.SpeedbumpCfg, error) {
String()
)

app.Version("0.1.0-rc4")
app.Version("0.1.0")
_, err := app.Parse(args)

if err != nil {
Expand Down

0 comments on commit 83aa651

Please sign in to comment.