From 7e614afaee70f7ea9e43a1fb03f6eea0eb5ec97f Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Wed, 7 Jul 2021 09:02:15 +0000 Subject: [PATCH] cargo: zincati release 0.0.22 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0491bb26..c7258e16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "zincati" -version = "0.0.22-alpha.0" +version = "0.0.22" dependencies = [ "actix", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1643ba0a..b1846f48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zincati" -version = "0.0.22-alpha.0" +version = "0.0.22" description = "Update agent for Fedora CoreOS" homepage = "https://coreos.github.io/zincati" license = "Apache-2.0"