File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 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
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.10.0 "
32- $webVersion = " 2025.10.0 "
31+ $coreVersion = " 2025.10.1 "
32+ $webVersion = " 2025.10.1 "
3333$keyConnectorVersion = " 2024.8.0"
3434
3535# 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=
6565RUN_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.10.0 "
69- WEBVERSION=" 2025.10.0 "
68+ COREVERSION=" 2025.10.1 "
69+ WEBVERSION=" 2025.10.1 "
7070KEYCONNECTORVERSION=" 2024.8.0"
7171
7272echo " bitwarden.sh version $COREVERSION "
Original file line number Diff line number Diff line change 11{
22 "versions" : {
3- "coreVersion" :" 2025.10.0 " ,
4- "webVersion" :" 2025.10.0 " ,
3+ "coreVersion" :" 2025.10.1 " ,
4+ "webVersion" :" 2025.10.1 " ,
55 "keyConnectorVersion" :" 2024.8.0"
66 }
77}
You can’t perform that action at this time.
0 commit comments