Skip to content

Commit 2336219

Browse files
Updated core, web, and key-connector versions (#295)
Co-authored-by: bitwarden-devops-bot <[email protected]>
1 parent b38ae4e commit 2336219

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
@@ -29,7 +29,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo
2929

3030
# Please do not create pull requests modifying the version numbers.
3131
$coreVersion = "2024.9.2"
32-
$webVersion = "2024.10.0"
32+
$webVersion = "2024.10.1"
3333
$keyConnectorVersion = "2024.8.0"
3434

3535
# Functions

bitwarden.sh

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

6464
# Please do not create pull requests modifying the version numbers.
6565
COREVERSION="2024.9.2"
66-
WEBVERSION="2024.10.0"
66+
WEBVERSION="2024.10.1"
6767
KEYCONNECTORVERSION="2024.8.0"
6868

6969
echo "bitwarden.sh version $COREVERSION"

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": {
33
"coreVersion":"2024.9.2",
4-
"webVersion":"2024.10.0",
4+
"webVersion":"2024.10.1",
55
"keyConnectorVersion":"2024.8.0"
66
}
77
}

0 commit comments

Comments
 (0)