From e68cd6f7746ed5c243ce5b0797b25c23313a5d24 Mon Sep 17 00:00:00 2001 From: Bitwarden DevOps <106330231+bitwarden-devops-bot@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:24:47 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#244) --- 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 b2346c2..b5e7a0e 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.3.0" $webVersion = "2024.3.0" -$keyConnectorVersion = "2023.12.0" +$keyConnectorVersion = "2024.3.1" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 65266c1..ae480a6 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.3.0" WEBVERSION="2024.3.0" -KEYCONNECTORVERSION="2023.12.0" +KEYCONNECTORVERSION="2024.3.1" echo "bitwarden.sh version $COREVERSION" docker --version diff --git a/version.json b/version.json index 3f46097..8e032a8 100644 --- a/version.json +++ b/version.json @@ -2,6 +2,6 @@ "versions": { "coreVersion":"2024.3.0", "webVersion":"2024.3.0", - "keyConnectorVersion":"2023.12.0" + "keyConnectorVersion":"2024.3.1" } }