From ea09491e972eb229181776fd2e6ca96f82f9a565 Mon Sep 17 00:00:00 2001 From: Taylor Thomas Date: Fri, 21 Jan 2022 10:23:56 -0700 Subject: [PATCH] chore(*): Bumps version to 0.7.1 in preparation for release --- Cargo.toml | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)