From 1cd69dc26700009511c7faf508ed77ee8a0b2237 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Thu, 31 Jul 2025 16:53:52 -0700 Subject: [PATCH] updated version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e10fc6b..4cb3b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ publish = false [package] name = "kingfisher" -version = "1.28.0" +version = "1.29.0" description = "MongoDB's blazingly fast secret scanning and validation tool" edition.workspace = true rust-version.workspace = true