Skip to content

Commit

Permalink
Updated core, web, and key-connector versions (#227)
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] committed Mar 7, 2024
1 parent 9d5eb9e commit 3c4603f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bitwarden.ps1
Expand Up @@ -28,8 +28,8 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform
$runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"

# Please do not create pull requests modifying the version numbers.
$coreVersion = "2024.2.2"
$webVersion = "2024.2.2"
$coreVersion = "2024.2.3"
$webVersion = "2024.2.5"
$keyConnectorVersion = "2023.12.0"

# Functions
Expand Down
4 changes: 2 additions & 2 deletions bitwarden.sh
Expand Up @@ -62,8 +62,8 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"

# Please do not create pull requests modifying the version numbers.
COREVERSION="2024.2.2"
WEBVERSION="2024.2.2"
COREVERSION="2024.2.3"
WEBVERSION="2024.2.5"
KEYCONNECTORVERSION="2023.12.0"

echo "bitwarden.sh version $COREVERSION"
Expand Down
4 changes: 2 additions & 2 deletions version.json
@@ -1,7 +1,7 @@
{
"versions": {
"coreVersion":"2024.2.2",
"webVersion":"2024.2.2",
"coreVersion":"2024.2.3",
"webVersion":"2024.2.5",
"keyConnectorVersion":"2023.12.0"
}
}

0 comments on commit 3c4603f

Please sign in to comment.