From 59c7930bde682da3c4d59fc0cd796dd07934fc8f Mon Sep 17 00:00:00 2001 From: Sammy Date: Mon, 15 Jan 2024 13:00:44 +0100 Subject: [PATCH] chore: bump version to 0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1084dc4..b254203 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -989,7 +989,7 @@ dependencies = [ [[package]] name = "software_supply_chain_exporter" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "bollard", diff --git a/Cargo.toml b/Cargo.toml index ea03fce..a174f5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "software_supply_chain_exporter" -version = "0.2.2" +version = "0.2.3" authors = ["Samantha Yilmaz", "Jan Christian Grünhage"] edition = "2021" description = "SBOM and vulnerability metrics for node_exporter textfile collection"