a73x

7e060cc7

release: v0.0.1-7

a73x   2026-08-18 18:22

Commit message
release: v0.0.1-7

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

build.zig
Old New
@@ -425,7 +425,7 @@ comptime {
425 425
426 pub fn build(b: *std.Build) void { 426 pub fn build(b: *std.Build) void {
427 // Single source for both binaries' --version. Bumped at tag time. 427 // Single source for both binaries' --version. Bumped at tag time.
428 const version = "0.0.1-6"; 428 const version = "0.0.1-7";
429 const version_opts = b.addOptions(); 429 const version_opts = b.addOptions();
430 version_opts.addOption([]const u8, "version", version); 430 version_opts.addOption([]const u8, "version", version);
431 431