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")