Updated core, web, and key-connector versions

This commit is contained in:
Github Actions
2025-05-20 21:20:53 +00:00
parent 2b5c24f7ad
commit b24ae19114
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 = "2025.5.0"
$coreVersion = "2025.5.1"
$webVersion = "2025.5.0"
$keyConnectorVersion = "2024.8.0"

View File

@@ -65,7 +65,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="2025.5.0"
COREVERSION="2025.5.1"
WEBVERSION="2025.5.0"
KEYCONNECTORVERSION="2024.8.0"

View File

@@ -1,6 +1,6 @@
{
"versions": {
"coreVersion":"2025.5.0",
"coreVersion":"2025.5.1",
"webVersion":"2025.5.0",
"keyConnectorVersion":"2024.8.0"
}