Skip to content

Commit 96e4979

Browse files
committed
chore: bump version
1 parent ad584c9 commit 96e4979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const socket = @import("socket.zig");
1313
const watcher = @import("watcher.zig");
1414
const create = @import("create.zig");
1515

16-
const VERSION = .{ .major = 1, .minor = 4, .patch = 5 };
16+
const VERSION = .{ .major = 1, .minor = 4, .patch = 6 };
1717

1818
pub const std_options: std.Options = .{
1919
.log_level = .info,

0 commit comments

Comments
 (0)