Skip to content

Commit b24ae19

Browse files
committed
Updated core, web, and key-connector versions
1 parent 2b5c24f commit b24ae19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bitwarden.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform
2828
$runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"
2929

3030
# Please do not create pull requests modifying the version numbers.
31-
$coreVersion = "2025.5.0"
31+
$coreVersion = "2025.5.1"
3232
$webVersion = "2025.5.0"
3333
$keyConnectorVersion = "2024.8.0"
3434

bitwarden.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
6565
RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"
6666

6767
# Please do not create pull requests modifying the version numbers.
68-
COREVERSION="2025.5.0"
68+
COREVERSION="2025.5.1"
6969
WEBVERSION="2025.5.0"
7070
KEYCONNECTORVERSION="2024.8.0"
7171

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"versions": {
3-
"coreVersion":"2025.5.0",
3+
"coreVersion":"2025.5.1",
44
"webVersion":"2025.5.0",
55
"keyConnectorVersion":"2024.8.0"
66
}

0 commit comments

Comments
 (0)