Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robbielyman committed Jun 7, 2024
1 parent ad584c9 commit 96e4979
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 @@ -13,7 +13,7 @@ const socket = @import("socket.zig");
const watcher = @import("watcher.zig");
const create = @import("create.zig");

const VERSION = .{ .major = 1, .minor = 4, .patch = 5 };
const VERSION = .{ .major = 1, .minor = 4, .patch = 6 };

pub const std_options: std.Options = .{
.log_level = .info,
Expand Down

0 comments on commit 96e4979

Please sign in to comment.