File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform
28
28
$runScriptUrl = " https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"
29
29
30
30
# Please do not create pull requests modifying the version numbers.
31
- $coreVersion = " 2025.4.0 "
32
- $webVersion = " 2025.3.1 "
31
+ $coreVersion = " 2025.4.1 "
32
+ $webVersion = " 2025.4.0 "
33
33
$keyConnectorVersion = " 2024.8.0"
34
34
35
35
# Functions
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
65
65
RUN_SCRIPT_URL=" https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"
66
66
67
67
# Please do not create pull requests modifying the version numbers.
68
- COREVERSION=" 2025.4.0 "
69
- WEBVERSION=" 2025.3.1 "
68
+ COREVERSION=" 2025.4.1 "
69
+ WEBVERSION=" 2025.4.0 "
70
70
KEYCONNECTORVERSION=" 2024.8.0"
71
71
72
72
echo " bitwarden.sh version $COREVERSION "
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : {
3
- "coreVersion" :" 2025.4.0 " ,
4
- "webVersion" :" 2025.3.1 " ,
3
+ "coreVersion" :" 2025.4.1 " ,
4
+ "webVersion" :" 2025.4.0 " ,
5
5
"keyConnectorVersion" :" 2024.8.0"
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments