Skip to content

Commit

Permalink
chore: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kffl committed Aug 10, 2022
1 parent eda7658 commit e63eee6
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 @@ -51,7 +51,7 @@ func parseArgs(args []string) (*lib.SpeedbumpCfg, error) {
String()
)

app.Version("0.2.0")
app.Version("1.0.0")
_, err := app.Parse(args)

if err != nil {
Expand Down

0 comments on commit e63eee6

Please sign in to comment.