Skip to content

Commit

Permalink
Updated core, web, and key-connector versions (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 30, 2023
1 parent 905d710 commit 735f6bc
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 @@ -30,7 +30,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo
# Please do not create pull requests modifying the version numbers.
$coreVersion = "2023.10.3"
$webVersion = "2023.10.2"
$keyConnectorVersion = "2023.10.0"
$keyConnectorVersion = "2023.10.1"

# Functions

Expand Down
2 changes: 1 addition & 1 deletion bitwarden.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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="2023.10.3"
WEBVERSION="2023.10.2"
KEYCONNECTORVERSION="2023.10.0"
KEYCONNECTORVERSION="2023.10.1"

echo "bitwarden.sh version $COREVERSION"
docker --version
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"versions": {
"coreVersion":"2023.10.3",
"webVersion":"2023.10.2",
"keyConnectorVersion":"2023.10.0"
"keyConnectorVersion":"2023.10.1"
}
}

0 comments on commit 735f6bc

Please sign in to comment.