Skip to content

Commit

Permalink
Updated core, web, and key-connector versions (#345)
Browse files Browse the repository at this point in the history
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
  • Loading branch information
bw-ghapp[bot] and bitwarden-devops-bot authored Feb 6, 2025
1 parent ccc7759 commit 4760557
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 = "2025.1.3"
$webVersion = "2025.1.1"
$coreVersion = "2025.1.4"
$webVersion = "2025.1.2"
$keyConnectorVersion = "2024.8.0"

# Functions
Expand Down
4 changes: 2 additions & 2 deletions bitwarden.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,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="2025.1.3"
WEBVERSION="2025.1.1"
COREVERSION="2025.1.4"
WEBVERSION="2025.1.2"
KEYCONNECTORVERSION="2024.8.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":"2025.1.3",
"webVersion":"2025.1.1",
"coreVersion":"2025.1.4",
"webVersion":"2025.1.2",
"keyConnectorVersion":"2024.8.0"
}
}

0 comments on commit 4760557

Please sign in to comment.