diff --git a/Cargo.toml b/Cargo.toml index 242f238..8ae65de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindle" -version = "0.7.0" +version = "0.7.1" authors = [ "Matt Butcher ", "Taylor Thomas " diff --git a/docs/README.md b/docs/README.md index db8d90b..2fc06c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,7 +27,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.7.0-linux-amd64.tar.gz`) +1. Unpack it (`tar -xzf bindle-v0.7.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)