server: ms endpoint fixes

This commit is contained in:
nym21
2026-04-04 12:16:15 +02:00
parent 01d908a560
commit 42b497ff65
10 changed files with 63 additions and 24 deletions

View File

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