Skip to content

Commit

Permalink
Merge pull request #157 from technosophos/release/0.6.2
Browse files Browse the repository at this point in the history
Bump versions to 0.6.2
  • Loading branch information
technosophos authored Feb 2, 2022
2 parents 4ab3c9b + a909269 commit 9fd2de6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "wagi"
version = "0.6.1"
version = "0.6.2"
authors = ["Matt Butcher <[email protected]>"]
edition = "2021"

Expand Down
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ and download the desired release. Usually, the most recent release is the one yo
You can generate and compare the SHA with `shasum`:

```console
$ shasum wagi-v0.6.1-linux-amd64.tar.gz
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.6.1-linux-amd64.tar.gz
$ shasum wagi-v0.6.2-linux-amd64.tar.gz
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.6.2-linux-amd64.tar.gz
```

You can then compare that SHA with the one present in the release notes.
Expand Down Expand Up @@ -40,7 +40,7 @@ To build a static binary, run the following command:

```console
$ make build
Compiling wagi v0.6.1 (/Users/technosophos/Code/Rust/wagi)
Compiling wagi v0.6.2 (/Users/technosophos/Code/Rust/wagi)
Finished release [optimized] target(s) in 18.47s
```

Expand Down

0 comments on commit 9fd2de6

Please sign in to comment.