diff --git a/src/api/core/mod.rs b/src/api/core/mod.rs index 7df0171b..934a3d26 100644 --- a/src/api/core/mod.rs +++ b/src/api/core/mod.rs @@ -198,8 +198,8 @@ fn config() -> Json { // 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",