From 6b3bac8325be5d4f0528407fd67658bf5e6cf26c Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 Mar 2024 20:50:42 -0300 Subject: [PATCH] Minor version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ae4547..2b3064a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blondie" description = "Collect CPU callstack samples from a windows process" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "MIT OR Apache-2.0 OR BSL-1.0 OR MPL-2.0 OR Zlib OR Unlicense" homepage = "https://github.com/nico-abram/blondie/"