From 71301760c86b7a19855922bf4b8d111d3dd27320 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sat, 21 Dec 2024 15:03:15 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18f24d6..98f52ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "linux-audit-parser" description = "Parser for Linxu Audit logs" repository = "https://github.com/hillu/linux-audit-parser-rs" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "LGPL-3.0-or-later" authors = ["Hilko Bengen "]