Updated core, web, and key-connector versions (#45)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-08-16 10:07:42 -07:00
committed by GitHub
parent ac7222ddde
commit 2e2ff405e5
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
{
"versions": {
"coreVersion":"2022.8.3",
"coreVersion":"2022.8.4",
"webVersion":"2022.8.1",
"keyConnectorVersion":"2022.5.0"
}