global: fixes

This commit is contained in:
nym21
2026-04-27 11:19:05 +02:00
parent e543e4a5db
commit b24bfdc15c
15 changed files with 116 additions and 111 deletions

View File

@@ -8897,7 +8897,7 @@ pub struct BrkClient {
impl BrkClient {
/// Client version.
pub const VERSION: &'static str = "v0.3.0-beta.5";
pub const VERSION: &'static str = "v0.3.0-beta.6";
/// Create a new client with the given base URL.
pub fn new(base_url: impl Into<String>) -> Self {