Skip to content

Commit aeddcc5

Browse files
committed
1.0.1
1 parent 709c119 commit aeddcc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub fn build(b: *std.Build) void {
1616
.linkage = .static,
1717
.name = "ipcrypt2",
1818
.root_module = lib_mod,
19-
.version = .{ .major = 1, .minor = 0, .patch = 0 },
19+
.version = .{ .major = 1, .minor = 0, .patch = 1 },
2020
});
2121

2222
lib.linkLibC();

0 commit comments

Comments
 (0)