Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robbielyman committed Nov 17, 2023
1 parent 357ff4e commit 3d8745a
Showing 1 changed file with 1 addition and 1 deletion.
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 = 1, .minor = 1, .patch = 0 };
const VERSION = .{ .major = 1, .minor = 1, .patch = 1 };

pub const std_options = struct {
pub const log_level = .info;
Expand Down

0 comments on commit 3d8745a

Please sign in to comment.