Skip to content

Commit

Permalink
Merge pull request #86 from thomastaylor312/chore/bump_0.3
Browse files Browse the repository at this point in the history
chore(*): Bumps bindle to 0.3
  • Loading branch information
thomastaylor312 authored Feb 3, 2021
2 parents 7a132e9 + bcbf7a0 commit ecaec5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.0"
version = "0.3.0"
authors = [
"Matt Butcher <[email protected]>",
"Taylor Thomas <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.2.0-linux-amd64.tar.gz`)
1. Unpack it (`tar -xzf bindle-v0.3.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 All @@ -21,7 +21,7 @@ find Bindle, check to make sure that your `$PATH` environment variable is set co
#### Validating

If you'd like to validate the download, checksums can be downloaded from
https://bindle.blob.core.windows.net/releases/checksums-v0.2.0.txt
https://bindle.blob.core.windows.net/releases/checksums-v0.3.0.txt

### From Canary Builds

Expand Down

0 comments on commit ecaec5e

Please sign in to comment.