From 115948d1d79329c1c29d3c5de94603d4c1d4ebde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20J=C3=A9r=C3=B4me=20B=C3=BCchi?= Date: Mon, 15 Mar 2021 14:29:03 +0100 Subject: [PATCH] Update bitwarden.ps1 (#1202) * Update bitwarden.ps1 * Update scripts/bitwarden.ps1 Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com> --- scripts/bitwarden.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index ed6622d2b4..c1e5edf0fc 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.39.4" -$webVersion = "2.18.1" +$coreVersion = "1.40.0" +$webVersion = "2.19.0" # Functions