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 ad584c9 commit 96e4979Copy full SHA for 96e4979
src/main.zig
@@ -13,7 +13,7 @@ const socket = @import("socket.zig");
13
const watcher = @import("watcher.zig");
14
const create = @import("create.zig");
15
16
-const VERSION = .{ .major = 1, .minor = 4, .patch = 5 };
+const VERSION = .{ .major = 1, .minor = 4, .patch = 6 };
17
18
pub const std_options: std.Options = .{
19
.log_level = .info,
0 commit comments