Skip to content

Commit 284b400

Browse files
committed
chore: bump version
1 parent 1ee98d2 commit 284b400

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
@@ -14,7 +14,7 @@ const watcher = @import("watcher.zig");
1414
const create = @import("create.zig");
1515
const pthread = @import("pthread.zig");
1616

17-
const VERSION = .{ .major = 1, .minor = 4, .patch = 3 };
17+
const VERSION = .{ .major = 1, .minor = 4, .patch = 4 };
1818

1919
pub const std_options = struct {
2020
pub const log_level = .info;

0 commit comments

Comments
 (0)