diff --git a/CITATION.cff b/CITATION.cff index 08bbb28..1387c54 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/args.go b/args.go index ecd510a..911e02e 100644 --- a/args.go +++ b/args.go @@ -94,6 +94,6 @@ var ( ) func parseArgs() { - kingpin.Version("0.0.1") + kingpin.Version("0.1.0") kingpin.Parse() }