From 1905e7c4b076106ecc28794d747dad13e6e8bd21 Mon Sep 17 00:00:00 2001 From: "bw-ghapp[bot]" <178206702+bw-ghapp[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:13:06 -0500 Subject: [PATCH] Updated core, web, and key-connector versions (#315) Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> --- bitwarden.ps1 | 2 +- bitwarden.sh | 2 +- version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitwarden.ps1 b/bitwarden.ps1 index d73e40c..9e511bc 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -29,7 +29,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo # Please do not create pull requests modifying the version numbers. $coreVersion = "2024.11.0" -$webVersion = "2024.11.0" +$webVersion = "2024.11.2" $keyConnectorVersion = "2024.8.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 8b03510..c4ec3c8 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -63,7 +63,7 @@ RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux& # Please do not create pull requests modifying the version numbers. COREVERSION="2024.11.0" -WEBVERSION="2024.11.0" +WEBVERSION="2024.11.2" KEYCONNECTORVERSION="2024.8.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index 57f9e2c..6aa2378 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2024.11.0", - "webVersion":"2024.11.0", + "webVersion":"2024.11.2", "keyConnectorVersion":"2024.8.0" } }