Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanders committed Jun 25, 2024
1 parent 5cc8b85 commit aa10409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const std = @import("std");

const version: std.SemanticVersion = .{ .major = 1, .minor = 0, .patch = 0 };
const version: std.SemanticVersion = .{ .major = 1, .minor = 0, .patch = 1 };

pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "ztags",
.version = "1.0.0",
.version = "1.0.1",
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
Expand Down

0 comments on commit aa10409

Please # to comment.