From 870aeaa6d1a9ffa2e3617fb58686311d09adfead Mon Sep 17 00:00:00 2001 From: Bitwarden DevOps <106330231+bitwarden-devops-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:09:36 -0400 Subject: [PATCH] Updated core, web, and key-connector versions (#285) --- 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 22448dd..b7a640d 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 = "2024.8.0" -$webVersion = "2024.8.0" +$webVersion = "2024.8.1" $keyConnectorVersion = "2024.8.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 77a5648..a20e6e4 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -63,7 +63,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="2024.8.0" -WEBVERSION="2024.8.0" +WEBVERSION="2024.8.1" KEYCONNECTORVERSION="2024.8.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index 08be886..df30cc7 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2024.8.0", - "webVersion":"2024.8.0", + "webVersion":"2024.8.1", "keyConnectorVersion":"2024.8.0" } }