Skip to content

Commit

Permalink
Bump 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcsonline committed Feb 25, 2018
1 parent 12d02d1 commit 1ec3861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drill"
version = "0.3.0"
version = "0.3.1"
authors = ["Ferran Basora <fcsonline@gmail.com>"]
description = "Drill is a HTTP load testing application written in Rust inspired by Ansible syntax"
repository = "https://github.com/fcsonline/drill"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ production environments.
Full list of cli options, which is available under `drill --help`

```
drill 0.3.0
drill 0.3.1
HTTP load testing application written in Rust inspired by Ansible syntax
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use std::collections::HashMap;
fn main() {

let matches = App::new("drill")
.version("0.3.0")
.version("0.3.1")
.about("HTTP load testing application written in Rust inspired by Ansible syntax")
.arg(Arg::with_name("benchmark")
.help("Sets the benchmark file")
Expand Down

0 comments on commit 1ec3861

Please sign in to comment.