Skip to content

Commit

Permalink
Merge pull request #276 from thomastaylor312/chore/bump_0.7.1
Browse files Browse the repository at this point in the history
chore(*): Bumps version to 0.7.1 in preparation for release
  • Loading branch information
thomastaylor312 committed Jan 21, 2022
2 parents e225cc9 + ea09491 commit 82ca43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bindle"
version = "0.7.0"
version = "0.7.1"
authors = [
"Matt Butcher <[email protected]>",
"Taylor Thomas <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 82ca43b

Please sign in to comment.