From 8874370f66774f888ecb354aa6a196027181da1f Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 11 Jun 2026 22:53:33 +0000 Subject: [PATCH] chore: release v0.5.13 --- 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 e3a4529..e6b20eb 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .boo, - .version = "0.5.12", + .version = "0.5.13", .fingerprint = 0x8b7acdfd255f0e34, .minimum_zig_version = "0.15.2", .dependencies = .{ diff --git a/src/main.zig b/src/main.zig index ca04beb..3b68a4c 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.12"; +pub const version = "0.5.13"; /// Exit codes, documented in `boo help`. const exit_runtime: u8 = 1;