fix: incorrect version type (#279)

* fix: incorrect version type

* chore: update release notes
This commit is contained in:
Medcl
2025-03-12 13:28:43 +08:00
committed by GitHub
parent fcfd21be45
commit 22872ab02f
2 changed files with 2 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ pub struct AuthProvider {
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct MinimalClientVersion {
number: u32,
number: String,
}
#[derive(Debug, Clone, Serialize, Deserialize)]