Skip to content

Commit

Permalink
Merge pull request #123 from radu-matei/release/v0.4.0
Browse files Browse the repository at this point in the history
Change version to 0.4.0
  • Loading branch information
technosophos committed Sep 20, 2021
2 parents 09c2a33 + 23efb4b commit 9abecad
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 = "wagi"
version = "0.3.0"
version = "0.4.0"
authors = ["Matt Butcher <matt.butcher@microsoft.com>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.3.0-linux-amd64.tar.gz
$ shasum wagi-v0.4.0-linux-amd64.tar.gz
ad4114b2ed9e510a8c24348d5ea544da55c685f5 wagi-v0.3.0-linux-amd64.tar.gz
```

Expand Down Expand Up @@ -40,7 +40,7 @@ To build a static binary, run the following command:

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

Expand Down

0 comments on commit 9abecad

Please sign in to comment.