Skip to content

Commit

Permalink
1.2.7 | Updated The IPV4 Regex #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew-Alleman authored Sep 30, 2023
1 parent 6309b7f commit 94a2610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl Default for DataSurgeon {
fn default() -> Self {
let plugins = load_plugins();
let mut app = Command::new("DataSurgeon: https://github.com/Drew-Alleman/DataSurgeon")
.version("1.2.6")
.version("1.2.7")
.author("https://github.com/Drew-Alleman/DataSurgeon")
.about("Note: All extraction features (e.g: -i) work on a specified file (-f) or an output stream.")
.arg(Arg::new("file")
Expand Down

0 comments on commit 94a2610

Please sign in to comment.