From cdb5771099d6848129709ceaed02231a4265e8fa Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Fri, 10 Jun 2022 11:06:09 -0700 Subject: [PATCH] bump hippo-cli to v0.13.0 Signed-off-by: Matthew Fisher --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c9f17f..be818a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "hippo" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5c83878..9622fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hippo" -version = "0.12.0" +version = "0.13.0" authors = [ "Ivan Towlson ", "Matt Fisher "