From 0de94b3601cd4446a6360d0bd49e8ed9c525ca28 Mon Sep 17 00:00:00 2001 From: Steven Malis Date: Fri, 6 Mar 2026 13:34:06 -0500 Subject: [PATCH] Bump version number --- elfcore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfcore/Cargo.toml b/elfcore/Cargo.toml index 39b13ff..bc4c7bb 100644 --- a/elfcore/Cargo.toml +++ b/elfcore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elfcore" -version = "2.0.0" +version = "2.0.1" edition = "2021" description = "elfcore is a crate to create ELF core dumps for processes on Linux." license = "MIT"