We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033ac23 commit 57cd514Copy full SHA for 57cd514
1 file changed
build.zig
@@ -16,7 +16,7 @@ pub fn build(b: *std.Build) void {
16
.linkage = .static,
17
.name = "ipcrypt2",
18
.root_module = lib_mod,
19
- .version = .{ .major = 1, .minor = 1, .patch = 2 },
+ .version = .{ .major = 1, .minor = 1, .patch = 3 },
20
});
21
22
lib.linkLibC();
0 commit comments