Skip to content

Commit

Permalink
chore: bump gocannon version
Browse files Browse the repository at this point in the history
  • Loading branch information
kffl committed Nov 12, 2021
1 parent e510b65 commit a09e2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ license: "Apache-2.0"
message: "Please use the following citation metadata."
repository-code: "https://github.com/kffl/gocannon"
title: "Gocannon - Performance-focused HTTP benchmarking tool"
version: "0.2.1"
version: "1.0.0"
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var config = common.Config{
}

func parseArgs() error {
app.Version("0.2.1")
app.Version("1.0.0")
_, err := app.Parse(os.Args[1:])
return err
}

0 comments on commit a09e2c1

Please sign in to comment.