Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fcsonline committed Mar 20, 2019
1 parent e021228 commit 638d6e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drill"
version = "0.4.1"
version = "0.5.0"
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 All @@ -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"
yaml-rust = "0.3.5"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 638d6e5

Please sign in to comment.