From bbc155fc2e914939aca4190ba7da696eb594e8ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:49:17 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#150) 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 2328b3a..4c9617f 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.8.3" -$webVersion = "2023.8.3" +$webVersion = "2023.8.4" $keyConnectorVersion = "2023.5.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 06bfefa..be12f14 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.8.3" -WEBVERSION="2023.8.3" +WEBVERSION="2023.8.4" KEYCONNECTORVERSION="2023.5.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index aaea2f1..d7f142a 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2023.8.3", - "webVersion":"2023.8.3", + "webVersion":"2023.8.4", "keyConnectorVersion":"2023.5.0" } }