diff --git a/Cargo.toml b/Cargo.toml index bdcaad4..67b438f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nform" -version = "0.1.0" +version = "0.2.0" authors = ["Ryan Plyler "] edition = "2018" diff --git a/src/utils.rs b/src/utils.rs index 6716fe0..c9287cf 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -2,7 +2,7 @@ extern crate clap; pub fn parse_args() -> clap::ArgMatches<'static> { let matches = clap::App::new("NFORM - Be nform'd of nmap scans") - .version("0.1.0") + .version("0.2.0") .author("Ryan Plyler ") .about("Detects nmap stealth scans and notifies via Discord Bot") .arg(clap::Arg::with_name("threshold")