diff --git a/README.md b/README.md index 3fc409b..6a3cefb 100644 --- a/README.md +++ b/README.md @@ -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/ ``` diff --git a/build.zig.zon b/build.zig.zon index 6fe3c19..1bbe394 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .mere, - .version = "0.21.0", + .version = "0.22.0", .fingerprint = 0x86c577aae39c0548, .minimum_zig_version = "0.16.0", .paths = .{