an experimental irc client

build: update version for latest tag

+1 -1
+1 -1
build.zig
··· 2 2 const zzdoc = @import("zzdoc"); 3 3 4 4 /// Must be kept in sync with git tags 5 - const comlink_version: std.SemanticVersion = .{ .major = 0, .minor = 0, .patch = 0 }; 5 + const comlink_version: std.SemanticVersion = .{ .major = 0, .minor = 1, .patch = 1 }; 6 6 7 7 pub fn build(b: *std.Build) void { 8 8 const target = b.standardTargetOptions(.{});