Skip to content

Commit

Permalink
Updated core, web, and key-connector versions (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: bitwarden-devops-bot <[email protected]>
  • Loading branch information
bw-ghapp[bot] and bitwarden-devops-bot authored Oct 8, 2024
1 parent b38ae4e commit 2336219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitwarden.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo

# Please do not create pull requests modifying the version numbers.
$coreVersion = "2024.9.2"
$webVersion = "2024.10.0"
$webVersion = "2024.10.1"
$keyConnectorVersion = "2024.8.0"

# Functions
Expand Down
2 changes: 1 addition & 1 deletion bitwarden.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&

# Please do not create pull requests modifying the version numbers.
COREVERSION="2024.9.2"
WEBVERSION="2024.10.0"
WEBVERSION="2024.10.1"
KEYCONNECTORVERSION="2024.8.0"

echo "bitwarden.sh version $COREVERSION"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": {
"coreVersion":"2024.9.2",
"webVersion":"2024.10.0",
"webVersion":"2024.10.1",
"keyConnectorVersion":"2024.8.0"
}
}

0 comments on commit 2336219

Please sign in to comment.