diff --git a/src/main.zig b/src/main.zig index 69a0bd8..7fe9424 100644 --- a/src/main.zig +++ b/src/main.zig @@ -14,7 +14,7 @@ const watcher = @import("watcher.zig"); const create = @import("create.zig"); const pthread = @import("pthread.zig"); -const VERSION = .{ .major = 1, .minor = 4, .patch = 0 }; +const VERSION = .{ .major = 1, .minor = 4, .patch = 1 }; pub const std_options = struct { pub const log_level = .info;