Skip to content

Commit

Permalink
build: update version for latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rockorager committed Dec 23, 2024
1 parent a241ded commit f4015d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const std = @import("std");
const zzdoc = @import("zzdoc");

/// Must be kept in sync with git tags
const comlink_version: std.SemanticVersion = .{ .major = 0, .minor = 0, .patch = 0 };
const comlink_version: std.SemanticVersion = .{ .major = 0, .minor = 1, .patch = 1 };

pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
Expand Down

0 comments on commit f4015d9

Please sign in to comment.