From a3d063aadd1032155d04229925154f1347b37aa7 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Tue, 7 Nov 2023 18:29:58 +0100 Subject: [PATCH] Update version for clients as well --- src/api/core/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",