Skip to content

Commit 4b03fdf

Browse files
zlice devclaude
andcommitted
Bump version to v0.1.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e3bb33d commit 4b03fdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .zplit,
3-
.version = "0.1.0",
3+
.version = "0.1.1",
44
.fingerprint = 0xbce5f8607c44d1ad,
55
.minimum_zig_version = "0.15.0",
66
.paths = .{ "build.zig", "build.zig.zon", "src" },

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ pub fn main() !void {
477477
return;
478478
}
479479
if (std.mem.eql(u8, subcmd, "--version") or std.mem.eql(u8, subcmd, "-v")) {
480-
std.debug.print("zplit v0.1.0\n", .{});
480+
std.debug.print("zplit v0.1.1\n", .{});
481481
return;
482482
}
483483

0 commit comments

Comments
 (0)