From 4937e2830462f89cf94ad4e58b4d70b3c1dd4b7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 18:36:59 -0700 Subject: [PATCH] Updated core, web, and key-connector versions (#171) 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 cc4e629..e1bae6d 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -28,7 +28,7 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run" # Please do not create pull requests modifying the version numbers. -$coreVersion = "2023.10.0" +$coreVersion = "2023.10.1" $webVersion = "2023.10.0" $keyConnectorVersion = "2023.5.0" diff --git a/bitwarden.sh b/bitwarden.sh index af770c3..b6be361 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -41,7 +41,7 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform= RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run" # Please do not create pull requests modifying the version numbers. -COREVERSION="2023.10.0" +COREVERSION="2023.10.1" WEBVERSION="2023.10.0" KEYCONNECTORVERSION="2023.5.0" diff --git a/version.json b/version.json index ead9d20..72006eb 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "versions": { - "coreVersion":"2023.10.0", + "coreVersion":"2023.10.1", "webVersion":"2023.10.0", "keyConnectorVersion":"2023.5.0" }