From c22d4bdb272fd212a1566c02bab8bc9967814a3f Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Fri, 22 May 2026 19:53:19 +0200 Subject: [PATCH] chore: release version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"