Skip to content

Commit c5b8ca7

Browse files
authored
chore: release v0.5.12 (#37)
Detach key tail leak fix (#36).
1 parent 2916fbd commit c5b8ca7

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.11",
3+
.version = "0.5.12",
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.11";
14+
pub const version = "0.5.12";
1515

1616
/// Exit codes, documented in `boo help`.
1717
const exit_runtime: u8 = 1;

0 commit comments

Comments
 (0)