From f0e37a185dcf1d55190be4d95def776d762f64a0 Mon Sep 17 00:00:00 2001 From: Patrick Crumley Date: Tue, 5 Dec 2023 14:54:08 -0800 Subject: [PATCH] release: esthri-cli: version 11.2.0 --- Cargo.lock | 2 +- crates/esthri-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bef9b279..ac9aca1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,7 +1118,7 @@ dependencies = [ [[package]] name = "esthri-cli" -version = "11.1.2" +version = "11.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/crates/esthri-cli/Cargo.toml b/crates/esthri-cli/Cargo.toml index e6f7199b..f30ba86b 100644 --- a/crates/esthri-cli/Cargo.toml +++ b/crates/esthri-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "esthri-cli" description = "Extremely simple (memory stable) S3 client that supports get, put, head, list, and sync." -version = "11.1.2" +version = "11.2.0" authors = ["Swift Navigation "] edition = "2018" license = "MIT"