From 735f6bc4cd8946830e173b514ed8f0717336b677 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:56:44 -0500 Subject: [PATCH] Updated core, web, and key-connector versions (#187) 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 39a5b8a..945c852 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 = "2023.10.3" $webVersion = "2023.10.2" -$keyConnectorVersion = "2023.10.0" +$keyConnectorVersion = "2023.10.1" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 5e4d839..6955793 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -43,7 +43,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.10.3" WEBVERSION="2023.10.2" -KEYCONNECTORVERSION="2023.10.0" +KEYCONNECTORVERSION="2023.10.1" echo "bitwarden.sh version $COREVERSION" docker --version diff --git a/version.json b/version.json index 543e6e9..8a83db0 100644 --- a/version.json +++ b/version.json @@ -2,6 +2,6 @@ "versions": { "coreVersion":"2023.10.3", "webVersion":"2023.10.2", - "keyConnectorVersion":"2023.10.0" + "keyConnectorVersion":"2023.10.1" } }