From 736a1eb3931e89fa08da950c27fcfa21af2a0e3b Mon Sep 17 00:00:00 2001 From: Rylee Lyman Date: Thu, 19 Oct 2023 17:50:49 -0400 Subject: [PATCH] chore: bump version --- doc | 2 +- src/main.zig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc b/doc index 8a961a0..5ee0fba 160000 --- a/doc +++ b/doc @@ -1 +1 @@ -Subproject commit 8a961a04e5b0c98e4bde4a253a6a6d95c050a364 +Subproject commit 5ee0fbafdc2108163db0c705dfc3a902a8fcb25c diff --git a/src/main.zig b/src/main.zig index 39235d6..2e938e7 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 = 0, .minor = 25, .patch = 7 }; +const VERSION = .{ .major = 1, .minor = 0, .patch = 0 }; pub const std_options = struct { pub const log_level = .info;