Skip to content

Commit 079c949

Browse files
committed
Bump
1 parent 515b02d commit 079c949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = 1, .patch = 7 },
19+
.version = .{ .major = 1, .minor = 1, .patch = 8 },
2020
});
2121

2222
lib.linkLibC();

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .ipcrypt,
3-
.version = "1.1.7",
3+
.version = "1.1.8",
44
.fingerprint = 0xb4b3210fcee63377,
55
.minimum_zig_version = "0.15.0",
66
.dependencies = .{},

0 commit comments

Comments
 (0)