diff --git a/README.md b/README.md index 29a8420..a8469f6 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.20.1/mere-0.20.1-linux-x86_64 +curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.21.0/mere-0.21.0-linux-x86_64 # aarch64 -curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.20.1/mere-0.20.1-linux-aarch64 +curl -Lo mere https://github.com/jhuntwork/mere/releases/download/v0.21.0/mere-0.21.0-linux-aarch64 sudo install -m 755 mere /usr/local/bin/ ``` diff --git a/build.zig.zon b/build.zig.zon index e2aca5c..6fe3c19 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .mere, - .version = "0.20.1", + .version = "0.21.0", .fingerprint = 0x86c577aae39c0548, .minimum_zig_version = "0.16.0", .paths = .{