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 059271f commit fe08fa9Copy full SHA for fe08fa9
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 = 3, .patch = 0 };
+const VERSION = .{ .major = 1, .minor = 3, .patch = 1 };
18
19
pub const std_options = struct {
20
pub const log_level = .info;
0 commit comments