From 638d6e5c15ff71a9512276ffbcf375992f757d61 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Wed, 20 Mar 2019 07:29:36 +0000 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dec6eb..0420734 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "drill" -version = "0.4.1" +version = "0.5.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8bd18d8..9ced97f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drill" -version = "0.4.1" +version = "0.5.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" @@ -16,4 +16,4 @@ hyper-native-tls = "0.3.0" regex = "0.2.1" serde_json = "1.0.2" time = "0.1.37" -yaml-rust = "0.3.5" \ No newline at end of file +yaml-rust = "0.3.5" diff --git a/README.md b/README.md index 4307124..e1d508f 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ production environments. Full list of cli options, which is available under `drill --help` ``` -drill 0.4.1 +drill 0.5.0 HTTP load testing application written in Rust inspired by Ansible syntax USAGE: