From bc1a20101ae75c9bc7b06e38691d6813b4187aa0 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Thu, 21 Jan 2021 14:56:53 -0500 Subject: [PATCH] Self hosted release - v1.39.0 (#1103) --- 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 a675abfdce..184c720337 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.38.4" -$webVersion = "2.17.1" +$coreVersion = "1.39.0" +$webVersion = "2.18.0" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 037dc7f433..c9e6f76195 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.38.4" -WEBVERSION="2.17.1" +COREVERSION="1.39.0" +WEBVERSION="2.18.0" echo "bitwarden.sh version $COREVERSION" docker --version