diff --git a/Cargo.lock b/Cargo.lock index 052694d9..3d663596 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,7 +710,7 @@ dependencies = [ [[package]] name = "esthri-cli" -version = "10.0.7" +version = "10.0.8" dependencies = [ "anyhow", "assert_cmd", diff --git a/crates/esthri-cli/Cargo.toml b/crates/esthri-cli/Cargo.toml index 35750341..afdaf157 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 = "10.0.7" +version = "10.0.8" authors = ["Swift Navigation "] edition = "2018" license = "MIT"