From 2b569364d3b1a995b7e215a69371ce6c2b57c5e5 Mon Sep 17 00:00:00 2001 From: Kelvin Fan Date: Thu, 5 Aug 2021 19:02:20 +0000 Subject: [PATCH] cargo: zincati release 0.0.23 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b7cc5c4..0fed161b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "zincati" -version = "0.0.23-alpha.0" +version = "0.0.23" dependencies = [ "actix", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e193f998..914a63dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zincati" -version = "0.0.23-alpha.0" +version = "0.0.23" description = "Update agent for Fedora CoreOS" homepage = "https://coreos.github.io/zincati" license = "Apache-2.0"