From f56d89a25fc5838da57727a75ec3340758c30318 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Sat, 15 Apr 2023 10:06:52 +0200 Subject: [PATCH] Bump version --- 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 3c8a860..9c685e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,7 +235,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "drill" -version = "0.8.2" +version = "0.8.3" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5d42031..7263a5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drill" -version = "0.8.2" +version = "0.8.3" 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 3b7a0ba..a5542d2 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ production environments. Full list of cli options, which is available under `drill --help` ``` -drill 0.8.2 +drill 0.8.3 HTTP load testing application written in Rust inspired by Ansible syntax USAGE: