Skip to content

Commit

Permalink
Change: version to v 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linkwik committed Jun 12, 2020
1 parent b8c052d commit 406ccbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "baddns"
version = "1.0.0"
version = "1.0.1"
authors = ["Link <link.messagebox@gmail.com>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct Config {
impl Config {
pub fn new() -> Self {
let matches = App::new("BadDNS")
.version("1.0.0")
.version("1.0.1")
.author("Link <link.messagebox@gmail.com>")
.about("Subdomain detection system")
.arg(Arg::with_name("target")
Expand Down Expand Up @@ -168,4 +168,4 @@ pub fn show_logo() {
println!("{}", "| |_) | (_| | (_| | |_| | |\\ |___) |".red());
println!("{}", "|____/ \\__,_|\\__,_|____/|_| \\_|____/".red());
println!("\n{}", " ".bold().red());
}
}

0 comments on commit 406ccbf

Please sign in to comment.