Skip to content

Commit

Permalink
Updated core, web, and key-connector versions (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwarden-devops-bot committed May 6, 2024
1 parent d4ba774 commit 9225714
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bitwarden.ps1
Original file line number Diff line number Diff line change
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.4.1"
$webVersion = "2024.4.1"
$coreVersion = "2024.4.2"
$webVersion = "2024.4.2"
$keyConnectorVersion = "2024.4.0"

# Functions
Expand Down
4 changes: 2 additions & 2 deletions bitwarden.sh
Original file line number Diff line number Diff line change
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.4.1"
WEBVERSION="2024.4.1"
COREVERSION="2024.4.2"
WEBVERSION="2024.4.2"
KEYCONNECTORVERSION="2024.4.0"

echo "bitwarden.sh version $COREVERSION"
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": {
"coreVersion":"2024.4.1",
"webVersion":"2024.4.1",
"coreVersion":"2024.4.2",
"webVersion":"2024.4.2",
"keyConnectorVersion":"2024.4.0"
}
}

0 comments on commit 9225714

Please sign in to comment.