Skip to content

Commit

Permalink
chore: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Mar 27, 2024
1 parent 761a354 commit 35b781f
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 @@ -4,7 +4,7 @@ pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{});
const root_source_file = std.Build.LazyPath.relative("src/main.zig");
const version = std.SemanticVersion{ .major = 0, .minor = 2, .patch = 0 };
const version = std.SemanticVersion{ .major = 0, .minor = 2, .patch = 1 };

// Dependencies
const clap_dep = b.dependency("clap", .{
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 = "liza",
.version = "0.2.0",
.version = "0.2.1",
.dependencies = .{
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/209ba4d.tar.gz",
Expand Down

0 comments on commit 35b781f

Please sign in to comment.