From ee27a1dbd0dfa6b9e3ec58a6b20b3a61592b4dd2 Mon Sep 17 00:00:00 2001 From: phra Date: Fri, 6 Sep 2019 01:13:35 +0200 Subject: [PATCH] release: bump patch version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc2be68..9657208 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,7 +938,7 @@ dependencies = [ [[package]] name = "rustbuster" -version = "3.0.2" +version = "3.0.3" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6b87ba7..6dd44fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustbuster" -version = "3.0.2" +version = "3.0.3" authors = ["phra ", "ps1dr3x "] edition = "2018"