From 313438e91edf28d452228457cd6cfe535b6ebd3c Mon Sep 17 00:00:00 2001 From: Kelvin Fan Date: Mon, 22 Mar 2021 21:45:18 -0400 Subject: [PATCH] cargo: zincati release 0.0.19 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40324200..4189b370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2316,7 +2316,7 @@ dependencies = [ [[package]] name = "zincati" -version = "0.0.19-alpha.0" +version = "0.0.19" dependencies = [ "actix", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 0e5ec75b..54f57d65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zincati" -version = "0.0.19-alpha.0" +version = "0.0.19" description = "Update agent for Fedora CoreOS" homepage = "https://coreos.github.io/zincati" license = "Apache-2.0"