From ab5af4606e0af3fdf24ab1d6640ab0577cc6dffd Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 4 Dec 2023 20:09:47 +0100 Subject: Fix CI I am aware that changing these variables to be constants is not required for the next Zig release, but thought it would be nice to already have it done and clean in general. --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.zig.zon') diff --git a/build.zig.zon b/build.zig.zon index 098744d..d922fdd 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,5 +1,5 @@ .{ .name = "zig-nkeys", - .version = "0.5.0", + .version = "0.5.1", .paths = .{"."}, } -- cgit v1.2.3