From 2e2ff405e5e126b48cc0a0da0e5b9db0d5e91d19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 10:07:42 -0700 Subject: [PATCH] Updated core, web, and key-connector versions (#45) 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 8a71be1..2c445c4 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 = "2022.8.3" +$coreVersion = "2022.8.4" $webVersion = "2022.8.1" $keyConnectorVersion = "2022.5.0" diff --git a/bitwarden.sh b/bitwarden.sh index d734a6c..d0418e2 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="2022.8.3" +COREVERSION="2022.8.4" WEBVERSION="2022.8.1" KEYCONNECTORVERSION="2022.5.0" diff --git a/version.json b/version.json index 66e1703..a0fa3bc 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "versions": { - "coreVersion":"2022.8.3", + "coreVersion":"2022.8.4", "webVersion":"2022.8.1", "keyConnectorVersion":"2022.5.0" }