diff --git a/Cargo.lock b/Cargo.lock index 66fbfb7..537cdf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -596,7 +596,7 @@ dependencies = [ [[package]] name = "hcdl" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 0934cd8..42024e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hcdl" description = "Easily download and update HashiCorp tools" -version = "0.10.0" +version = "0.10.1" authors = ["David O'Rourke "] edition = "2018" license = "MIT OR Apache-2.0"