3ee30f84
release: v0.0.1-14 — the daemon upgrades in place
a73x 2026-08-26 15:58
Commit message
build.zig
| Old | New | ||
|---|---|---|---|
| @@ -571,7 +571,7 @@ comptime { | |||
| 571 | 571 | ||
| 572 | pub fn build(b: *std.Build) void { | 572 | pub fn build(b: *std.Build) void { |
| 573 | // Single source for both binaries' --version. Bumped at tag time. | 573 | // Single source for both binaries' --version. Bumped at tag time. |
| 574 | const version = "0.0.1-13"; | 574 | const version = "0.0.1-14"; |
| 575 | const version_opts = b.addOptions(); | 575 | const version_opts = b.addOptions(); |
| 576 | version_opts.addOption([]const u8, "version", version); | 576 | version_opts.addOption([]const u8, "version", version); |
| 577 | 577 | ||