From 13e471b1ab227f05e30ce48546cd6c07100dafb3 Mon Sep 17 00:00:00 2001 From: hatoo Date: Wed, 22 Jul 2020 22:13:01 +0900 Subject: [PATCH] Bump to 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f472eb33..eb7854d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1085,7 +1085,7 @@ checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5" [[package]] name = "oha" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 3fd8acc3..d7baacaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oha" -version = "0.3.1" +version = "0.4.0" authors = ["hatoo "] edition = "2018" description = "Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation." diff --git a/README.md b/README.md index ae77d08c..8b5f7fbb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This program is built on stable Rust. `-q` option works different from [rakyll/hey](https://github.com/rakyll/hey). It's set overall query per second instead of for each workers. ```bash -oha 0.3.1 +oha 0.4.0 hatoo Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.