diff --git a/Cargo.lock b/Cargo.lock index bea442a..311c7f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fingerprunk" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 379ddfe..22c75ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fingerprunk" -version = "0.3.0" +version = "0.4.0" authors = ["Niklas Elsbrock "] edition = "2024" description = "CLI tool for brute-forcing OpenPGP keys with cool fingerprints"