From a324d6e7b0b8f3f602aa7b68f6f2e0498466dafc Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:10:00 +0200 Subject: [PATCH] Bump version to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dab83bb..c2bb802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ar_archive_writer" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "Apache-2.0 WITH LLVM-exception" description = "A writer for object file ar archives"