Updated core, web, and key-connector versions

This commit is contained in:
Github Actions
2025-04-22 19:46:08 +00:00
parent 7a9fee4189
commit 89bab19137
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.4.1"
$coreVersion = "2025.4.2"
$webVersion = "2025.4.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.4.1"
COREVERSION="2025.4.2"
WEBVERSION="2025.4.0"
KEYCONNECTORVERSION="2024.8.0"

View File

@@ -1,6 +1,6 @@
{
"versions": {
"coreVersion":"2025.4.1",
"coreVersion":"2025.4.2",
"webVersion":"2025.4.0",
"keyConnectorVersion":"2024.8.0"
}