Skip to content

Commit

Permalink
Merge pull request #243 from technosophos/rel/v0.6.0
Browse files Browse the repository at this point in the history
Updated versions to 0.6.0
  • Loading branch information
technosophos committed Sep 20, 2021
2 parents 440a62b + 842bafb commit db57747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.0"
version = "0.6.0"
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.5.0-linux-amd64.tar.gz`)
1. Unpack it (`tar -xzf bindle-v0.6.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)
Expand Down

0 comments on commit db57747

Please sign in to comment.