From 3218d658f4b5c7ef582c998881fabe77b62ec5de Mon Sep 17 00:00:00 2001 From: "bw-ghapp[bot]" <178206702+bw-ghapp[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 19:12:36 +0000 Subject: [PATCH] Updated core, web, and key-connector versions --- bitwarden.ps1 | 6 +++--- bitwarden.sh | 6 +++--- version.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitwarden.ps1 b/bitwarden.ps1 index d7d8e6b..623a64e 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -28,9 +28,9 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run" # Please do not create pull requests modifying the version numbers. -$coreVersion = "2025.11.0" -$webVersion = "2025.11.1" -$keyConnectorVersion = "2024.8.0" +$coreVersion = "2025.11.1" +$webVersion = "2025.11.4" +$keyConnectorVersion = "2025.11.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 87e7be8..a6825a8 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -65,9 +65,9 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform= RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run" # Please do not create pull requests modifying the version numbers. -COREVERSION="2025.11.0" -WEBVERSION="2025.11.1" -KEYCONNECTORVERSION="2024.8.0" +COREVERSION="2025.11.1" +WEBVERSION="2025.11.4" +KEYCONNECTORVERSION="2025.11.0" echo "bitwarden.sh version $COREVERSION" docker --version diff --git a/version.json b/version.json index 6cbf5db..bb57f80 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { - "coreVersion":"2025.11.0", - "webVersion":"2025.11.1", - "keyConnectorVersion":"2024.8.0" + "coreVersion":"2025.11.1", + "webVersion":"2025.11.4", + "keyConnectorVersion":"2025.11.0" } }