From 9a235cc4fe6f3b886546aed9a86fb4b4679b3281 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 23 Aug 2026 22:34:40 -0400 Subject: [PATCH] Prepare the 0.22.1 release --- README.md | 4 ++-- build.zig.zon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a3cefb..32b31a6 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.22.0/mere-0.22.0-linux-x86_64 +curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.22.1/mere-0.22.1-linux-x86_64 # aarch64 -curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.22.0/mere-0.22.0-linux-aarch64 +curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.22.1/mere-0.22.1-linux-aarch64 sudo install -m 755 mere /usr/local/bin/ ``` diff --git a/build.zig.zon b/build.zig.zon index 1bbe394..22d256a 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .mere, - .version = "0.22.0", + .version = "0.22.1", .fingerprint = 0x86c577aae39c0548, .minimum_zig_version = "0.16.0", .paths = .{