From ecd5a1dc2ab919b591da10a7d75d250e0b73ec72 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Sat, 13 Jun 2026 00:58:08 +0000 Subject: [PATCH] chore: release v0.5.16 --- build.zig.zon | 2 +- src/main.zig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index d1a0706..c503acc 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .boo, - .version = "0.5.15", + .version = "0.5.16", .fingerprint = 0x8b7acdfd255f0e34, .minimum_zig_version = "0.15.2", .dependencies = .{ diff --git a/src/main.zig b/src/main.zig index 1d145c3..4ffbb0f 100644 --- a/src/main.zig +++ b/src/main.zig @@ -11,7 +11,7 @@ const paths = @import("paths.zig"); const protocol = @import("protocol.zig"); const ui = @import("ui.zig"); -pub const version = "0.5.15"; +pub const version = "0.5.16"; /// Exit codes, documented in `boo help`. const exit_runtime: u8 = 1;