Browse Source

Update version for clients as well

pull/4045/head
Mariusz Kogen 2 years ago
committed by GitHub
parent
commit
a3d063aadd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/api/core/mod.rs

4
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",

Loading…
Cancel
Save