From 8dbfe8750e5f4b2dbb1e0380c77a33d68a6ad030 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 26 Aug 2025 23:34:05 +0000 Subject: [PATCH] Updated core, web, and key-connector versions --- bitwarden.ps1 | 2 +- bitwarden.sh | 2 +- version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitwarden.ps1 b/bitwarden.ps1 index 898a544..dcc828f 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -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 = "2025.8.0" -$webVersion = "2025.8.0" +$webVersion = "2025.8.1" $keyConnectorVersion = "2024.8.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 5a1f4a1..3dcdd37 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -66,7 +66,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="2025.8.0" -WEBVERSION="2025.8.0" +WEBVERSION="2025.8.1" KEYCONNECTORVERSION="2024.8.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index 04dcfc8..1ea2d4c 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2025.8.0", - "webVersion":"2025.8.0", + "webVersion":"2025.8.1", "keyConnectorVersion":"2024.8.0" } }