From be8a589986c2d67ab7ceb38e337ac90f80622264 Mon Sep 17 00:00:00 2001 From: jaberjaber23 Date: Thu, 12 Mar 2026 01:23:35 +0300 Subject: [PATCH] bump v0.3.47 --- Cargo.toml | 2 +- crates/openfang-runtime/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e20dedf1..a6d845e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/openfang-runtime/src/lib.rs b/crates/openfang-runtime/src/lib.rs index 5722d148..a4a22d5a 100644 --- a/crates/openfang-runtime/src/lib.rs +++ b/crates/openfang-runtime/src/lib.rs @@ -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;