From c94e4aa7ff39cc415ca353e795510cc5b3f9e868 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Mon, 31 Jan 2022 15:51:19 -0700 Subject: [PATCH] chore(Cargo.toml): bump version to 0.8.0 Signed-off-by: Vaughn Dice --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c15408..9f4b782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "bindle" -version = "0.7.1" +version = "0.8.0" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 3259641..5b371e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindle" -version = "0.7.1" +version = "0.8.0" authors = [ "Matt Butcher ", "Taylor Thomas " diff --git a/docs/README.md b/docs/README.md index 2fc06c1..790d0f8 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.1-linux-amd64.tar.gz`) +1. Unpack it (`tar -xzf bindle-v0.8.0-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)