From 2770c1df15f2eb4e309a6b73c90af1e8863a7503 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 12 Oct 2023 10:15:41 -0400 Subject: [PATCH] Release 0.0.26 Closes: https://github.com/coreos/zincati/issues/1102 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3dac4ca..0d4934ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2551,7 +2551,7 @@ dependencies = [ [[package]] name = "zincati" -version = "0.0.25" +version = "0.0.26" dependencies = [ "actix", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index dc3998c4..8e37f18f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zincati" -version = "0.0.25" +version = "0.0.26" description = "Update agent for Fedora CoreOS" homepage = "https://coreos.github.io/zincati" license = "Apache-2.0"