From b2fb91bf25183d669437d66b280d587c03e0c12e Mon Sep 17 00:00:00 2001 From: Bitwarden DevOps <106330231+bitwarden-devops-bot@users.noreply.github.com> Date: Tue, 9 Apr 2024 04:23:45 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#246) --- bitwarden.ps1 | 4 ++-- bitwarden.sh | 4 ++-- version.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitwarden.ps1 b/bitwarden.ps1 index b5e7a0e1..d1cb2f57 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -28,8 +28,8 @@ $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 = "2024.3.0" -$webVersion = "2024.3.0" +$coreVersion = "2024.3.1" +$webVersion = "2024.3.1" $keyConnectorVersion = "2024.3.1" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index ae480a6b..bb46e9b3 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -62,8 +62,8 @@ 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="2024.3.0" -WEBVERSION="2024.3.0" +COREVERSION="2024.3.1" +WEBVERSION="2024.3.1" KEYCONNECTORVERSION="2024.3.1" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index 8e032a8a..a4307701 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { - "coreVersion":"2024.3.0", - "webVersion":"2024.3.0", + "coreVersion":"2024.3.1", + "webVersion":"2024.3.1", "keyConnectorVersion":"2024.3.1" } }