mirror of
https://github.com/RightNow-AI/openfang.git
synced 2026-07-30 06:32:17 +00:00
bump v0.3.47
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user