From 571862a7acc8313bf019280691a3d12982f36eea Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Thu, 13 May 2021 15:11:29 -0400 Subject: [PATCH] Self-Hosted release, v1.41.2 (#1327) --- scripts/bitwarden.ps1 | 4 ++-- scripts/bitwarden.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 4bc520e5db..3f94933294 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -24,8 +24,8 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.40.0" -$webVersion = "2.19.0" +$coreVersion = "1.41.2" +$webVersion = "2.20.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 76d9a3490d..f6e5c98389 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -32,8 +32,8 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.40.0" -WEBVERSION="2.19.0" +COREVERSION="1.41.2" +WEBVERSION="2.20.1" echo "bitwarden.sh version $COREVERSION" docker --version