bump v0.3.47

This commit is contained in:
jaberjaber23
2026-03-12 01:23:35 +03:00
parent 951e8d0feb
commit be8a589986
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ members = [
]
[workspace.package]
version = "0.3.46"
version = "0.3.47"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RightNow-AI/openfang"
+1 -1
View File
@@ -5,7 +5,7 @@
/// Default User-Agent header sent with all outgoing HTTP requests.
/// Some LLM providers (e.g. Moonshot, Qwen) reject requests without one.
pub const USER_AGENT: &str = "openfang/0.3.45";
pub const USER_AGENT: &str = "openfang/0.3.47";
pub mod a2a;
pub mod agent_loop;