a73x

1cd82bd4

release: v0.0.1-13 — the wall splits into panes and remembers them

a73x   2026-08-25 09:21

Commit message
release: v0.0.1-13 — the wall splits into panes and remembers them

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

build.zig
Old New
@@ -566,7 +566,7 @@ comptime {
566 566
567 pub fn build(b: *std.Build) void { 567 pub fn build(b: *std.Build) void {
568 // Single source for both binaries' --version. Bumped at tag time. 568 // Single source for both binaries' --version. Bumped at tag time.
569 const version = "0.0.1-12"; 569 const version = "0.0.1-13";
570 const version_opts = b.addOptions(); 570 const version_opts = b.addOptions();
571 version_opts.addOption([]const u8, "version", version); 571 version_opts.addOption([]const u8, "version", version);
572 572