Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63eaa0e

Browse files
authored
chore: release v0.5.21 (#76)
1 parent 252a13a commit 63eaa0e

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 = .boo,
3-
.version = "0.5.20",
3+
.version = "0.5.21",
44
.fingerprint = 0x8b7acdfd255f0e34,
55
.minimum_zig_version = "0.15.2",
66
.dependencies = .{

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const paths = @import("paths.zig");
1111
const protocol = @import("protocol.zig");
1212
const ui = @import("ui.zig");
1313

14-
pub const version = "0.5.20";
14+
pub const version = "0.5.21";
1515

1616
/// Route std.log through a filter. libghostty's VT stream parser logs
1717
/// unimplemented sequences at info level under the `stream` scope (e.g.

0 commit comments

Comments
 (0)