Skip to content

Commit 8a20bba

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bitwarden.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = "2024.9.2"
32-
$webVersion = "2024.10.1"
31+
$coreVersion = "2024.10.0"
32+
$webVersion = "2024.10.2"
3333
$keyConnectorVersion = "2024.8.0"
3434

3535
# Functions

bitwarden.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
6262
RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"
6363

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

6969
echo "bitwarden.sh version $COREVERSION"

version.json

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

0 commit comments

Comments
 (0)