From 1eff16209424ec016dc7ffd9105fd24fcaa9c549 Mon Sep 17 00:00:00 2001 From: Alessio Biancalana Date: Sun, 20 Aug 2017 12:02:31 +0200 Subject: [PATCH] version bump in main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3e606b2..5583362 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,7 @@ fn read_sirenfile(sirenfile_path: String) -> Result { fn main() { let matches = App::new("Siren") - .version("1.0.0") + .version("1.0.1") .author("Alessio Biancalana ") .about("Your tiny friendly rusty neighborhood monitoring CLI tool") .arg(Arg::with_name("file")