We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc8b85 commit aa10409Copy full SHA for aa10409
build.zig
@@ -1,6 +1,6 @@
1
const std = @import("std");
2
3
-const version: std.SemanticVersion = .{ .major = 1, .minor = 0, .patch = 0 };
+const version: std.SemanticVersion = .{ .major = 1, .minor = 0, .patch = 1 };
4
5
pub fn build(b: *std.Build) void {
6
const target = b.standardTargetOptions(.{});
build.zig.zon
.{
.name = "ztags",
- .version = "1.0.0",
+ .version = "1.0.1",
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
0 commit comments