From 0284b102638e579ea393f121fb3116aa81e35f5c Mon Sep 17 00:00:00 2001 From: Travis Vasceannie Date: Sat, 24 Jan 2026 03:09:58 +0000 Subject: [PATCH] Bump Open Agent version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40c8385..277a942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open_agent" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Managed control plane for OpenCode-based agents" authors = ["Open Agent Contributors"]