From 2b86849d94ba2baaa7528a7cfdc3e21680250ee7 Mon Sep 17 00:00:00 2001 From: Bitwarden DevOps <106330231+bitwarden-devops-bot@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:54:20 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#284) --- 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 cc5d710a..22448dd6 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -30,7 +30,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.8.0" $webVersion = "2024.8.0" -$keyConnectorVersion = "2024.4.0" +$keyConnectorVersion = "2024.8.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 5c2fd6ad..77a56488 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -64,7 +64,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.8.0" WEBVERSION="2024.8.0" -KEYCONNECTORVERSION="2024.4.0" +KEYCONNECTORVERSION="2024.8.0" echo "bitwarden.sh version $COREVERSION" docker --version diff --git a/version.json b/version.json index d42cf250..08be8861 100644 --- a/version.json +++ b/version.json @@ -2,6 +2,6 @@ "versions": { "coreVersion":"2024.8.0", "webVersion":"2024.8.0", - "keyConnectorVersion":"2024.4.0" + "keyConnectorVersion":"2024.8.0" } }