diff --git a/Cargo.lock b/Cargo.lock index 4372409..d0a4e7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bindle" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3026ea2..0aaa190 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindle" -version = "0.3.0" +version = "0.3.1" authors = [ "Matt Butcher ", "Taylor Thomas " diff --git a/docs/README.md b/docs/README.md index 30a1f3c..93248aa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ on Linux, MacOS, and Windows (in PowerShell): 1. Download your desired version from [the releases page](https://github.com/deislabs/bindles/releases) -1. Unpack it (`tar -xzf bindle-v0.3.0-linux-amd64.tar.gz`) +1. Unpack it (`tar -xzf bindle-v0.3.1-linux-amd64.tar.gz`) 1. Move the bindle and bindle CLIs to their desired destinations somewhere in your `$PATH` (e.g. `mv bindle bindle-server /usr/local/bin/` on Unix-like systems or `mv *.exe C:\Windows\system32\` on Windows) @@ -21,7 +21,7 @@ find Bindle, check to make sure that your `$PATH` environment variable is set co #### Validating If you'd like to validate the download, checksums can be downloaded from -https://bindle.blob.core.windows.net/releases/checksums-v0.3.0.txt +https://bindle.blob.core.windows.net/releases/checksums-v0.3.1.txt ### From Canary Builds