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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-02 18:36:59 -07:00
committed by GitHub
parent c716a1dc3c
commit 4937e28304
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 = "2023.10.0"
$coreVersion = "2023.10.1"
$webVersion = "2023.10.0"
$keyConnectorVersion = "2023.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="2023.10.0"
COREVERSION="2023.10.1"
WEBVERSION="2023.10.0"
KEYCONNECTORVERSION="2023.5.0"

View File

@@ -1,6 +1,6 @@
{
"versions": {
"coreVersion":"2023.10.0",
"coreVersion":"2023.10.1",
"webVersion":"2023.10.0",
"keyConnectorVersion":"2023.5.0"
}