Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogs committed Jun 20, 2020
1 parent cd4aec7 commit 09384e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nform"
version = "0.1.0"
version = "0.2.0"
authors = ["Ryan Plyler <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>")
.about("Detects nmap stealth scans and notifies via Discord Bot")
.arg(clap::Arg::with_name("threshold")
Expand Down

0 comments on commit 09384e6

Please sign in to comment.