Skip to content

Commit

Permalink
update version in main
Browse files Browse the repository at this point in the history
  • Loading branch information
programatik29 committed Aug 12, 2021
1 parent 3c34159 commit f45579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fn parse_duration(duration: &str) -> Result<Duration> {
/// Contains Clap's app setup.
fn parse_args() -> ArgMatches<'static> {
App::new("ReWrk")
.version("0.1.2")
.version("0.3.1")
.author("Harrison Burt <[email protected]>")
.about("Benchmark HTTP/1 and HTTP/2 frameworks without pipelining bias.")
.arg(
Expand Down

0 comments on commit f45579c

Please sign in to comment.