Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Grab the latest release for your architecture:

```sh
# x86_64
curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.21.0/mere-0.21.0-linux-x86_64
curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.22.0/mere-0.22.0-linux-x86_64

# aarch64
curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.21.0/mere-0.21.0-linux-aarch64
curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.22.0/mere-0.22.0-linux-aarch64

sudo install -m 755 mere /usr/local/bin/
```
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = .mere,
.version = "0.21.0",
.version = "0.22.0",
.fingerprint = 0x86c577aae39c0548,
.minimum_zig_version = "0.16.0",
.paths = .{
Expand Down