From 23362191004d5f3f13d921b848b2309c4941fe65 Mon Sep 17 00:00:00 2001 From: "bw-ghapp[bot]" <178206702+bw-ghapp[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:06:55 +0000 Subject: [PATCH] Updated core, web, and key-connector versions (#295) Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> --- 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 1b80657..b7026ec 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.9.2" -$webVersion = "2024.10.0" +$webVersion = "2024.10.1" $keyConnectorVersion = "2024.8.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index fb4a65c..eccf4f3 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.9.2" -WEBVERSION="2024.10.0" +WEBVERSION="2024.10.1" KEYCONNECTORVERSION="2024.8.0" echo "bitwarden.sh version $COREVERSION" diff --git a/version.json b/version.json index add3c42..d3c39f5 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { "coreVersion":"2024.9.2", - "webVersion":"2024.10.0", + "webVersion":"2024.10.1", "keyConnectorVersion":"2024.8.0" } }