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