We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee98d2 commit 284b400Copy full SHA for 284b400
src/main.zig
@@ -14,7 +14,7 @@ const watcher = @import("watcher.zig");
14
const create = @import("create.zig");
15
const pthread = @import("pthread.zig");
16
17
-const VERSION = .{ .major = 1, .minor = 4, .patch = 3 };
+const VERSION = .{ .major = 1, .minor = 4, .patch = 4 };
18
19
pub const std_options = struct {
20
pub const log_level = .info;
0 commit comments