From 86a317b7623ad07570fe51d609a187a7987f51ad Mon Sep 17 00:00:00 2001 From: Jan Starke <7724055+janstarke@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:07:11 +0200 Subject: [PATCH] Update Cargo.toml bump version after hivescan fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7958208..b0540bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfir-toolkit" -version = "0.10.2" +version = "0.10.3" edition = "2021" authors = ["Jan Starke ", "Deborah Mahn "] description = "CLI tools for digital forensics and incident response"