Browse Source

Updated core, web, and key-connector versions

pull/436/head
bw-ghapp[bot] 2 weeks ago
parent
commit
3218d658f4
  1. 6
      bitwarden.ps1
  2. 6
      bitwarden.sh
  3. 6
      version.json

6
bitwarden.ps1

@ -28,9 +28,9 @@ $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" $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"
# Please do not create pull requests modifying the version numbers. # Please do not create pull requests modifying the version numbers.
$coreVersion = "2025.11.0" $coreVersion = "2025.11.1"
$webVersion = "2025.11.1" $webVersion = "2025.11.4"
$keyConnectorVersion = "2024.8.0" $keyConnectorVersion = "2025.11.0"
# Functions # Functions

6
bitwarden.sh

@ -65,9 +65,9 @@ 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" 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. # Please do not create pull requests modifying the version numbers.
COREVERSION="2025.11.0" COREVERSION="2025.11.1"
WEBVERSION="2025.11.1" WEBVERSION="2025.11.4"
KEYCONNECTORVERSION="2024.8.0" KEYCONNECTORVERSION="2025.11.0"
echo "bitwarden.sh version $COREVERSION" echo "bitwarden.sh version $COREVERSION"
docker --version docker --version

6
version.json

@ -1,7 +1,7 @@
{ {
"versions": { "versions": {
"coreVersion":"2025.11.0", "coreVersion":"2025.11.1",
"webVersion":"2025.11.1", "webVersion":"2025.11.4",
"keyConnectorVersion":"2024.8.0" "keyConnectorVersion":"2025.11.0"
} }
} }

Loading…
Cancel
Save