Skip to content

Commit 10f1138

Browse files
authored
chore: release v0.6.0 (#87)
Bump version to 0.6.0 in build.zig.zon and src/main.zig for the v0.6.0 release.
1 parent ffed97e commit 10f1138

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

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

0 commit comments

Comments
 (0)