Mariusz Kogen
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/api/core/mod.rs
|
|
@ -198,8 +198,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": "2023.9.1", |
|
|
|
// - Individual cipher key encryption: 2023.10.0
|
|
|
|
"version": "2023.10.0", |
|
|
|
"gitHash": option_env!("GIT_REV"), |
|
|
|
"server": { |
|
|
|
"name": "Vaultwarden", |
|
|
|