a73x

81d2ce6b

build: version 0.0.1-17, so an upgrade can call itself newer

a73x   2026-09-01 12:01

Commit message
build: version 0.0.1-17, so an upgrade can call itself newer

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

build.zig
Old New
@@ -749,7 +749,7 @@ comptime {
749 749
750 pub fn build(b: *std.Build) void { 750 pub fn build(b: *std.Build) void {
751 // Single source for both binaries' --version. Bumped at tag time. 751 // Single source for both binaries' --version. Bumped at tag time.
752 const version = "0.0.1-16"; 752 const version = "0.0.1-17";
753 const version_opts = b.addOptions(); 753 const version_opts = b.addOptions();
754 version_opts.addOption([]const u8, "version", version); 754 version_opts.addOption([]const u8, "version", version);
755 755