From 82a2158c74ead3d23b75f99482bba5e46838c12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Mon, 10 Jul 2023 13:15:45 -0300 Subject: [PATCH] Bump v0.1.2 policy version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates files bumping the policy version to v0.1.2 Signed-off-by: José Guilherme Vanz --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad73f09..aa606b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,7 +703,7 @@ dependencies = [ [[package]] name = "sleeping-policy" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "jmespath", diff --git a/Cargo.toml b/Cargo.toml index 4859940..48ec63c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sleeping-policy" -version = "0.1.1" +version = "0.1.2" authors = ["Flavio Castelli "] edition = "2018"