From 1da86c15e836fed971e608a78512e3286c1d46d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 17:59:29 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#103) Co-authored-by: github-actions[bot] <41898282+github-actions[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 545a06e..fa97ec8 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 = "2023.4.3" -$webVersion = "2023.4.1" +$webVersion = "2023.4.2" $keyConnectorVersion = "2023.3.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index b7a6e15..beef2b5 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -42,7 +42,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="2023.4.3" -WEBVERSION="2023.4.1" +WEBVERSION="2023.4.2" KEYCONNECTORVERSION="2023.3.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index 7865964..36cf886 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2023.4.3", - "webVersion":"2023.4.1", + "webVersion":"2023.4.2", "keyConnectorVersion":"2023.3.0" } }