From 8fc2da2204e0a8387db94ec3471643151dc68b12 Mon Sep 17 00:00:00 2001 From: Rylee Lyman Date: Thu, 4 Jan 2024 12:05:17 -0800 Subject: [PATCH] chore: bump version --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index 6b0052b..f6cd5f0 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 = 2, .patch = 5 }; +const VERSION = .{ .major = 1, .minor = 2, .patch = 6 }; pub const std_options = struct { pub const log_level = .info;