We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709c119 commit aeddcc5Copy full SHA for aeddcc5
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 = 0, .patch = 0 },
+ .version = .{ .major = 1, .minor = 0, .patch = 1 },
20
});
21
22
lib.linkLibC();
0 commit comments