Browse Source
Update version to 2026.4.1 in mod.rs
the hard-coded version here is lagging behind.
pull/7460/head
Brandon
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/api/core/mod.rs
|
|
@ -228,7 +228,7 @@ fn config() -> Json<Value> { |
|
|
// Version history:
|
|
|
// Version history:
|
|
|
// - Individual cipher key encryption: 2024.2.0
|
|
|
// - Individual cipher key encryption: 2024.2.0
|
|
|
// - Mobile app support for MasterPasswordUnlockData: 2025.8.0
|
|
|
// - Mobile app support for MasterPasswordUnlockData: 2025.8.0
|
|
|
"version": "2025.12.0", |
|
|
"version": "2026.4.1", |
|
|
"gitHash": option_env!("GIT_REV"), |
|
|
"gitHash": option_env!("GIT_REV"), |
|
|
"server": { |
|
|
"server": { |
|
|
"name": "Vaultwarden", |
|
|
"name": "Vaultwarden", |
|
|
|