Skip to content

Commit

Permalink
Update server version in config endpoint
Browse files Browse the repository at this point in the history
Updated the server version reported to the clients to `2025.1.0`.
This should make Vaultwarden future proof for the newer clients released by Bitwarden.

Signed-off-by: BlackDex <[email protected]>
  • Loading branch information
BlackDex committed Jan 24, 2025
1 parent fefae9f commit 46fe50d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ fn config() -> Json<Value> {
// This means they expect a version that closely matches the Bitwarden server version
// We should make sure that we keep this updated when we support the new server features
// Version history:
// - Individual cipher key encryption: 2023.9.1
"version": "2024.2.0",
// - Individual cipher key encryption: 2024.2.0
"version": "2025.1.0",
"gitHash": option_env!("GIT_REV"),
"server": {
"name": "Vaultwarden",
Expand Down

0 comments on commit 46fe50d

Please sign in to comment.