From d0d1451283e874798d9ff1ea3f078ba8617dea77 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Sun, 10 Jul 2022 10:05:36 +0000 Subject: [PATCH] Bump version to 0.8.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 f84ff82..c7085e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,7 +236,7 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "drill" -version = "0.7.3" +version = "0.8.0" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index b484d05..4a8c390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drill" -version = "0.7.3" +version = "0.8.0" authors = ["Ferran Basora "] description = "Drill is a HTTP load testing application written in Rust inspired by Ansible syntax" repository = "https://github.com/fcsonline/drill" diff --git a/README.md b/README.md index 7b7cf83..0e3bbb5 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ production environments. Full list of cli options, which is available under `drill --help` ``` -drill 0.7.3 +drill 0.8.0 HTTP load testing application written in Rust inspired by Ansible syntax USAGE: