From 205ad4667665ce5ccdde0fe8e385134c291bf487 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:29:39 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#110) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- bitwarden.ps1 | 6 +++--- bitwarden.sh | 6 +++--- version.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitwarden.ps1 b/bitwarden.ps1 index fa97ec8..4d1b534 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -28,9 +28,9 @@ $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.4.3" -$webVersion = "2023.4.2" -$keyConnectorVersion = "2023.3.0" +$coreVersion = "2023.5.0" +$webVersion = "2023.5.0" +$keyConnectorVersion = "2023.5.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index beef2b5..450c91d 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -41,9 +41,9 @@ 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.4.3" -WEBVERSION="2023.4.2" -KEYCONNECTORVERSION="2023.3.0" +COREVERSION="2023.5.0" +WEBVERSION="2023.5.0" +KEYCONNECTORVERSION="2023.5.0" echo "bitwarden.sh version $COREVERSION" docker --version diff --git a/version.json b/version.json index 36cf886..fea4d31 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { - "coreVersion":"2023.4.3", - "webVersion":"2023.4.2", - "keyConnectorVersion":"2023.3.0" + "coreVersion":"2023.5.0", + "webVersion":"2023.5.0", + "keyConnectorVersion":"2023.5.0" } }