build: bump version to 0.0.20

This commit is contained in:
2026-09-12 15:10:09 +02:00
parent f6fa43a8b4
commit 60474e2268
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.{ .{
.name = .nxdns, .name = .nxdns,
.version = "0.0.19", .version = "0.0.20",
.minimum_zig_version = "0.16.0", .minimum_zig_version = "0.16.0",
.paths = .{""}, .paths = .{""},
.fingerprint = 0x3307b311dded1d91, .fingerprint = 0x3307b311dded1d91,
+3 -3
View File
@@ -8,10 +8,10 @@
let let
# `zig build cut` rewrites the lines between the delimiters by text replacement. # `zig build cut` rewrites the lines between the delimiters by text replacement.
# BEGIN GENERATED BY zig build cut # BEGIN GENERATED BY zig build cut
version = "0.0.19"; version = "0.0.20";
hashes = { hashes = {
"aarch64-linux" = "sha256-sNIjsnJ5TPRpSE/wDtwb0j7lYyyMXCPMwc7IAv5sy3s="; "aarch64-linux" = "sha256-2p86FImDgi4SDDzmV6w0qkrkp9dtDRyi/ZMOZ8WAEm4=";
"x86_64-linux" = "sha256-SvWV8lmyJWceVBhuAOtldMbwGA8hLx/puJVda2t0sCg="; "x86_64-linux" = "sha256-rnTpjo7J9uY+pINxJ4ZgwbqU7E2o7N0gr9z7VRhQiZ0=";
}; };
# END GENERATED BY zig build cut # END GENERATED BY zig build cut