chore: bump workspace version to 0.8.56

This commit is contained in:
Hunter B
2026-06-09 22:06:05 -07:00
parent 3218bb00da
commit a6feb79e50
+1 -1
View File
@@ -21,7 +21,7 @@ default-members = ["crates/cli", "crates/app-server", "crates/tui"]
resolver = "2"
[workspace.package]
version = "0.8.55"
version = "0.8.56"
edition = "2024"
# Rust 1.88 stabilized `let_chains` in `if`/`while` conditions, which the
# codebase relies on extensively. Cargo enforces this so users on older