Skip to content

Commit

Permalink
Tag 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llogick committed Mar 9, 2025
1 parent bc78987 commit 6d00b14
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
Expand Up @@ -6,7 +6,7 @@ const builtin = @import("builtin");
const proj_version: std.SemanticVersion = .{
.major = 0,
.minor = 14,
.patch = 0,
.patch = 1,
};

/// Specify the minimum Zig version that is required to compile and test the project:
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.{
.name = .zigscient,
// Must match the `proj_version` in `build.zig`
.version = "0.14.0",
.version = "0.14.1",
// Must match the `minimum_build_zig_version` in `build.zig`
.minimum_zig_version = "0.14.0",
.dependencies = .{
Expand Down

0 comments on commit 6d00b14

Please sign in to comment.