Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robbielyman committed Oct 19, 2023
1 parent 9357251 commit 736a1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc
Submodule doc updated from 8a961a to 5ee0fb
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 736a1eb

Please sign in to comment.