From cc62323f388345b430df5ad838261494b3e8f1fc Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 23 Aug 2026 21:27:52 -0400 Subject: [PATCH] Prepare the 0.22.0 release --- README.md | 4 ++-- build.zig.zon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = .{