From e5061328595c054be25dff07a1ded76ff75f7ff3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:29:57 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#156) 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 470ca7c..017ddef 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.9.0" -$webVersion = "2023.9.0" +$webVersion = "2023.9.1" $keyConnectorVersion = "2023.5.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 0e5a19f..b962b96 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.9.0" -WEBVERSION="2023.9.0" +WEBVERSION="2023.9.1" KEYCONNECTORVERSION="2023.5.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index dbe66a5..a95740f 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2023.9.0", - "webVersion":"2023.9.0", + "webVersion":"2023.9.1", "keyConnectorVersion":"2023.5.0" } }