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 7, 2021
1 parent 2997066 commit c500cfb
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
@@ -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.0.1"
version: "0.1.0"
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
@@ -94,6 +94,6 @@ var (
)

func parseArgs() {
kingpin.Version("0.0.1")
kingpin.Version("0.1.0")
kingpin.Parse()
}

0 comments on commit c500cfb

Please sign in to comment.