a73x

8c1af748

release: v0.0.1-11 — mux is the wall

a73x   2026-08-20 12:49

Commit message
release: v0.0.1-11 — mux is the wall

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

build.zig
Old New
@@ -547,7 +547,7 @@ comptime {
547 547
548 pub fn build(b: *std.Build) void { 548 pub fn build(b: *std.Build) void {
549 // Single source for both binaries' --version. Bumped at tag time. 549 // Single source for both binaries' --version. Bumped at tag time.
550 const version = "0.0.1-10"; 550 const version = "0.0.1-11";
551 const version_opts = b.addOptions(); 551 const version_opts = b.addOptions();
552 version_opts.addOption([]const u8, "version", version); 552 version_opts.addOption([]const u8, "version", version);
553 553