diff --git a/build.zig b/build.zig index 6ed7a5f..4af307a 100644 --- a/build.zig +++ b/build.zig @@ -2,7 +2,7 @@ const std = @import("std"); const zzdoc = @import("zzdoc"); /// Must be kept in sync with git tags -const version: std.SemanticVersion = .{ .major = 0, .minor = 2, .patch = 0 }; +const version: std.SemanticVersion = .{ .major = 1, .minor = 0, .patch = 0 }; pub fn build(b: *std.Build) void { const target = b.standardTargetOptions(.{}); diff --git a/build.zig.zon b/build.zig.zon index c0ff346..7533321 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .lsr, - .version = "0.2.0", + .version = "1.0.0", .fingerprint = 0x495d173f6002e86, // Changing this has security and trust implications. .minimum_zig_version = "0.14.0",