From 8f47e59de8086e105e01e0c17abca5cb193ab37e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 12:29:24 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#100) 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 6cc0d9d..545a06e 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.0" +$webVersion = "2023.4.1" $keyConnectorVersion = "2023.3.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 7f6d765..b7a6e15 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.0" +WEBVERSION="2023.4.1" KEYCONNECTORVERSION="2023.3.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index bbc8b63..7865964 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2023.4.3", - "webVersion":"2023.4.0", + "webVersion":"2023.4.1", "keyConnectorVersion":"2023.3.0" } }